.product_cards_img_box{position: relative;width: 100px;height: 100px;background-color: #ffffff;border-radius: 50%;margin: 0 auto 10px;}
.product_cards_img_box img{width: 50px;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.product_interest .product_cards_img_box{background-color: #f0f6fa;}
@media (min-width: 992px) {
  	.inner-div {flex: 0 0 12.5%;max-width: 12.5%;}
}
@media only screen and (max-width:480px){
	.product_cards_img_box{width: 70px;height: 70px;}
	.product_cards_img_box img{width: 40px}
}
@media only screen and (max-width:360px){
	.product_cards_img_box{width: 50px;height: 50px;}
	.product_cards_img_box img{width: 26px}
	.product_benefits_wrap p{font-size: 11px}
}