<style>
  
.boxPoint {
  	background-color: #4c93ce;
  	color: #ffffff;
  	padding: 8px 10px;
  	border-radius: 5px;
}
  
.boxPoint .iconPoint {
  	width: 30px;
  	font-size: 24px;
  	text-align: center;
}
  
.btn-sm-nw {
    padding: .25rem .5rem;
    font-size: .725rem;
    line-height: 1.5;
    border-radius: .2rem;
}
  
.btn-sm-nwm {
    padding: .25rem .5rem;
    font-size: .610rem;
    line-height: 1.5;
    border-radius: .2rem;
}
  
.btn-outline-blue {
    color: #09223d;
    background-color: transparent;
    background-image: none;
    border-color: #09223d;
}
  
.btn-outline-blue:hover {
    color: #ffffff;
    background-color: #09223d;
    background-image: none;
    border-color: #09223d;
}
  
</style>