.customer_reviews{padding: 50px 0; background: linear-gradient(180deg, #f9fbff80 4.44%, #f9fbff 110.38%);}
.customer_reviews .section_header{text-align: center; padding-bottom: 40px;}
.customer_reviews .section_header .heading{margin-bottom: 19px;}
.customer_reviews .section_header .star_img{max-width: 250px; margin: 0 auto;}
.customer_reviews .customer_review_list{position: relative;}
.customer_reviews .customer_review_list .icon_with_purchase_text{display: flex ; gap: 8px; padding-top: 25px;}
.customer_reviews .customer_review_list .icon_with_purchase_text p{margin: 0;}
.customer_reviews .customer_review_list .content_part{padding-top: 20px;}

@media screen and (width < 750px) {
  .customer_reviews .customer_review_list .review_dot {display: flex ; align-items: center; justify-content: center; padding-top: 30px;}
  .customer_reviews .section_header .star_img{max-width: 140px;}

}