.mm-testimonials-section {
  .btn-wrap {
    display: none;
  }

  .page-width {
    max-width: 1560px;
  }

  .mm-testimonials-title {
    margin-bottom: 32px;

    * {
      color: #010101;
      line-height: 81%;
      text-align: center;
    }
  }

  .swiper-inner {
    border-radius: 16px;
    border: 2px solid #BF902D;
    background: #FFF;
    backdrop-filter: blur(20px);
    padding: 30px;
    height: 100%;
  }

  .swiper-slide {
    height: auto;
  }

  .tp-bar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  .stars-wrapper {
    display: flex;
  }

  .review {
    margin-bottom: 24px;

    * {
      color: #010101;
      font-family: var(--font-accent-family);
      font-size: 24px;
      line-height: 160%;
      letter-spacing: -0.48px;
    }
  }

  .author,
  .verified-buyer span {
    color: #010101;
    font-family: var(--font-accent-family);
    font-size: 24px;
    letter-spacing: -0.48px;
    font-weight: 600;
  }

  .verified-buyer {
    display: flex;
    align-items: flex-start;
    gap: 5px;
  }

  .swiper {
    margin-bottom: 24px;
  }

  .swiper-scrollbar {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.10);
    position: static;
  }

  .swiper-scrollbar-drag {
    display: block;
    background: #000;
  }

  .icon-wrap img {
    max-width: 25px;
  }

  @media (min-width: 768px) {
    .swiper-scrollbar {
      display: none;
    }
  }

  @media (min-width: 992px) {
    .inner {
      display: flex;
    }

    .left-container {
      width: 40%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .mm-testimonials-slider {
      width: 60%;
    }

    .mm-testimonials-title * {
      text-align: left;
    }

    .btn-wrap {
      display: flex;
      gap: 16px;
    }

    .sw-btn {
      position: static;
      border-radius: 40px;
      border: 2px solid #000;
      cursor: pointer;
      width: 64px;
      height: 64px;
    }

    .swiper-button-prev svg {
      transform: rotate(180deg);
    }

    .sw-btn::after {
      display: none;
    }

    .icon-wrap img {
      max-width: 36px;
    }

    .swiper-inner {
      padding: 40px;
    }
  }

  @media (min-width: 1200px) {
    .left-container {
      width: 45%;
    }

    .mm-testimonials-slider {
      width: 55%;
    }
  }
}