.product-item__custom-rating{
  top: 7px;
  left: 9px;
}
.featured-collection .product-grid{
  margin-block-end: 75px;
}
@media screen and (min-width: 1140px){
  .featured-collection .section-header,
  .featured-collection .product-grid{
    padding-inline: 40px;
  }  
}
@media screen and (max-width: 768px){
  .featured-collection .product-grid{
    margin-block-end: 25px;
  }
  .product-item__custom-rating {
	top: 1px;
	left: 2px;
  }

}