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