<style>
  
  .boxPoint {
  	background-color: #abcfc9;
  	color: #262626;
  	padding: 8px 10px;
  	border-radius: 5px;
  }
  
  .boxPoint .iconPoint {
  	width: 30px;
  	font-size: 24px;
  	text-align: center;
  }
  
</style>