.product-listing-section {
  padding: 100px 0 !important;
  background-color: #F1F1F1;

  @media only screen and (max-width: 749px) {
    padding: 60px 0 !important;
  }
  
  .page-width {
    .card__content {
      .rating {
        display: none;
      }    
    }
  }
}