/** Shopify CDN: Minification failed

Line 94:0 Unexpected "<"
Line 160:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.testimonial-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 1rem;
  padding-bottom: 80px;
  scrollbar-width: none;
}
.testimonial-card {
  flex: 0 0 100%;
  max-width: 100%;
  scroll-snap-align: start;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.testimonial-card-top {
  padding: 2rem 1rem 1.5rem;
  text-align: center;
}

.quote-icon {
  font-size: 4rem;
  color: #5f6368;
  margin-bottom: 1rem;
}

.testimonial-text {
  font-size: 2rem;
  line-height: 1.6;
  color: #333;
}

.testimonial-card-bottom {
  background-color: #f9f9f9;
  padding: 1rem;
  text-align: center;
}

.star-rating {
  font-size: 2.2rem;
  margin-bottom: 0.25rem;
}

.star-rating span.filled {
  color: #FFA500;
}

.star-rating span.empty {
  color: #ccc;
}

.customer-name {
  font-weight: 700 !important;
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
  margin-top: 0.25rem;
}

.testimonials-text-center {
  /* text-align: center; */
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .testimonial-card {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 676px) {
  .testimonials-text-center {
    font-size: 30px;
  }
}
<style>
  section#shopify-section-template--24457726624120__home_usp_MWrAxD {
    background: #f2f2f2;
    padding: 40px 0px;
}
.icon-feature-section {
  padding: 40px 0;
  background: #f5f5f5;
}
.icon-feature-grid {
      display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    justify-content: space-around;
    max-width: 1500px;
    margin: 0px auto;
   padding: 0px 5rem;
}
.icon-feature-block {
  background: #ededed;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
  width: 20%;
}
.icon-feature-block img {
  max-height: 80px;
  /* margin-bottom: 15px; */
}
.icon-feature-block p {
  /* font-weight: 600; */
  color: #000000;
  margin: 0;
  font-size:18px;
}
  @media(max-width:676px){
    .icon-feature-grid {
       display: flex;
    gap: 20px;
    flex-wrap: nowrap;
   justify-content: flex-start;
    padding: 0px 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}
    .icon-feature-block {
    background: #ededed;
    padding: 15px;
    border-radius: 20px;
    text-align: center;
    /* width: 244px; */
    flex: 0 0 45%;
}
    .icon-feature-block p {
    font-weight: 600;
    color: #000000;
    margin: 0;
    font-size: 12px;
}
    .icon-feature-block img {
    max-height: 50px;
    /* margin-bottom: 15px; */
}
  }
</style>