/* 
  &:before {
    content: '\e900';
    @include icons-pseudo;
  }
*/
/* 
    @include hover-supported() {
        background-color: white;
    }
*/
/* Examples: 
    @include user-select(none);
    @include user-select(all);
*/
.testimonials{ text-align: center; background: #F1F5F9; padding: 60px 0;}
    .star-yellow img{ width: 20px; height: 20px;}
    .star-yellow{ gap: 8px; align-items: center; justify-content: center;}
    .testimonials p{font-family: Montserrat;font-weight: 500;font-style: italic;font-size: 24px;line-height: 140%;letter-spacing: 0%;text-align: center; max-width: 989px; margin: auto; padding: 37px 0 32px; color: #000;}
    .testimonials h5{font-family: Montserrat;font-weight: 500;font-size: 16px;line-height: 150%;letter-spacing: 0%;text-align: center; color: #1E1E1E;}
    .testimonials h5 span{font-family: Montserrat;font-weight: 500;font-size: 16px;line-height: 150%;letter-spacing: 0%;text-align: center; color: #000;}




  @media (max-width: 575px) {
    
    .testimonials p{ padding: 24px 0;}
    
  }


  