.section-matcha-testimonials .section-header {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding: 0 70px;
  @media screen and (max-width: 1199px) {
    padding: 0 25px;
  }
  @media screen and (max-width: 719px) {
    padding: 0 16px;
  }
}

.section-matcha-testimonials .section-header .title {
  margin: 0 0 10px;
  font-size: 44px;
  @media screen and (max-width: 719px) {
    font-size: 34px;
  }
}

.section-matcha-testimonials .section-header .subtitle {
  margin: 0;
  font-size: 20px;
  @media screen and (max-width: 719px) {
    font-size: 16px;
  }
}

.section-matcha-testimonials .section-header .right-side {
  @media screen and (max-width: 719px) {
    display: none;
  }
}

.section-matcha-testimonials .section-header .right-side .button {
  text-align: center;
  min-width: 300px;
  padding: 17px 10px;
}

.section-matcha-testimonials .image-testi-wrap {
  display: flex;
  padding: 80px 0 0;
  @media screen and (max-width: 719px) {
    flex-direction: column;
    padding: 40px 0 0;
  }
}

.section-matcha-testimonials__button-mb {
  padding: 0 15px;
  @media screen and (min-width: 720px) {
    display: none;
  }

  .button {
    text-align: center;
    min-width: 284px;
  }
}

.section-matcha-testimonials .image-side {
  position: relative;
  @media screen and (min-width: 720px) {
    width: 40%;
  }
  @media screen and (max-width: 719px) {
    order: 2;
  }

  img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    @media screen and (min-width: 720px) {
      position: absolute;
      left: 0;
      top: 0;
      object-fit: cover;
      object-position: top left;
    }
    @media screen and (max-width: 719px) {
      max-height: 250px;
    }
  }
}

.section-matcha-testimonials-wrap {
  position: relative;
  overflow: hidden;
  padding: 0 70px 70px 0;
  @media screen and (min-width: 720px) {
    width: 60%;
  }
}

.section-matcha-testimonials-wrap:not(.flickity-enabled) {
  display: flex;
  gap: 33px;
  @media screen and (max-width: 1199px) {
    padding-right: 25px;
  }
}

.section-matcha-testimonials-wrap.flickity-enabled {
  padding-bottom: 80px;
  padding-right: 0;
}

.section-matcha-testimonials .flickity-viewport {
  overflow: hidden;
  @media screen and (max-width: 719px) {
    padding-left: 16px;
  }
}

.section-matcha-testimonials .flickity-page-dots {
  display: flex;
  gap: 8px;
  bottom: 50px;
  width: fit-content;
  @media screen and (max-width: 719px) {
    left: 16px;
  }
}

.section-matcha-testimonials .flickity-page-dots .dot {
  margin: 0;
  background-color: #E0340080;
  opacity: 1;
  width: 8px;
  height: 8px;
}

.section-matcha-testimonials .flickity-page-dots .dot.is-selected {
  background-color: #E03400;
}

.section-matcha-testimonials .flickity-prev-next-button {
  display: none;
}

.section-matcha-testimonials-item {
  position: relative;
  min-height: 263px;
  @media screen and (min-width: 990px) {
    width: 50%;
  }
  @media screen and (max-width: 719px) {
    min-height: 217px;
  }
}

.flickity-enabled .section-matcha-testimonials-item {
  width: 40%;
  margin-right: 38px;
  @media screen and (max-width: 719px) {
    width: 70%;
    min-width: 240px;
  }
}

.section-matcha-testimonials-item .testimonial__content {
  padding: 30px 27px 26px;
  @media screen and (max-width: 719px) {
    padding: 20px 20px 16px;
  }
}

.section-matcha-testimonials-item .testimonial__star-ratings {
  line-height: 1;
  margin: 0 0 14px;

  svg {
    height: 19px;
    width: auto;
    display: block;
    @media screen and (max-width: 719px) {
      height: 13px;
    }
  }
}

.section-matcha-testimonials-item .testimonial__text {
  font-size: 20px;
  @media screen and (max-width: 719px) {
    font-size: 18px;
  }
}

.section-matcha-testimonials-item .review_verify {
  font-size: 12px;
  line-height: 1;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

