.mm-testimonials-section {
  padding: 65px 0;

  img {
    width: 100%;
    height: auto;
  }

  .page-width {
    max-width: 1230px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .swiper-pagination {
    position: static;

    .swiper-pagination-bullet {
      opacity: 1;
      background: rgba(217, 217, 217, 0.26);
      width: 10px;
      height: 10px;
      border-radius: 0;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #fff;
    }
  }

  .section-header {
    margin-bottom: 25px;
  }

  .mm-heading * {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    font-family: var(--font-inter);
    margin: 0;
  }

  .mm-column {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    padding: 26px 20px;
  }

  .mm-col-title {
    margin-bottom: 16px;

    * {
      color: #FFF;
      font-size: 19px;
      font-weight: 600;
      line-height: 100%;
      letter-spacing: -0.38px;
      font-size: var(--font-inter);
    }
  }

  .stars-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }

  .mm-col-review * {
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.34px;
    font-family: var(--font-inter);
  }

  @media (min-width: 992px) {
    padding: 110px 0;

    .section-header {
      margin-bottom: 40px;
    }

    .mm-heading * {
      font-size: 40px;
    }

    .mm-column {
      padding: 40px;
    }

    .mm-col-title {
      margin-bottom: 26px;

      * {
        font-size: 22px;
      }
    }

    .stars-wrapper {
      margin-bottom: 26px;
    }

    .mm-col-review * {
      font-size: 19px;
    }
  }
}