.mm_testimonials_main.mm-bundles-testimonials {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;

  .slick-arrow {
    border: 1px solid #121110;
  }

  .mm_testimonials_slider_for_img.slick-slide.slick-active,
  .mm_testimonials_slider_for_img.slick-slide.slick-current.slick-active.slick-center {
    transform: none;
  }

  .mm_testimonials_slider_for_img {
    margin: 0 5px;
  }

  .mm_testimonials_slider_for  .slick-slider .slick-track {
    margin: 0px -5px;
  }

  .mm_testimonials_slider_for_img img {
    opacity: 1;
    border-radius: 8px;
    overflow: hidden;
  }

  .mm_testimonials_content {
    order: -1;
  }

  .mm_testimonials_header {
    padding: 0 20px;
    max-width: 1200px;
    margin-bottom: 22px;

    h2 {
      margin-bottom: 0;
      letter-spacing: -1.2px;
      font-size: 26px;
      color: #121110;
      padding: 0;
    }
  }

  .mm_testimonials_body {
    padding: 0;
    gap: 35px;
    max-width: 1440px;
  }

  .mm_testimonials_content {
    padding: 0 20px;
    width: 100%;
    margin-bottom: 30px;
  }

  .mm_testimonials_slider_nav_content h4 {
    font-size: 20px;
    letter-spacing: -0.68px;
    color: #121110;
    padding-bottom: 15px;
  }

  .mm_testimonials_slider_nav_content p {
    color: #2A2A2A;
    line-height: 133%;
    font-family: Inter;
  }

  .mm_testimonials_slider_nav_content a {
    display: none;
  }

  .mm_testimonials_slider_count {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);

    * {
      color: #121110;
      font-family: Inter;
      font-weight: 300;
      letter-spacing: -0.68px;
    }
  }

  .mm_testimonials_slider_nav {
    max-width: 100%;
  }

  .slick-next.slick-arrow {
    top: initial;
    bottom: -30px;
    right: calc(50% - 70px);
    left: inherit;
  }

  .slick-prev.slick-arrow {
    top: initial;
    bottom: -30px;
    left: calc(50% - 70px);
  }

  .mm_testimonials_slider_for  {
    padding-left: 20px;
  }

  @media (min-width: 992px) {
    .mm_testimonials_body {
      flex-direction: row;
      padding-left: 20px;
      justify-content: space-between;
    }

    .mm_testimonials_slider_for {
      width: calc(60% - 18px);
      padding-left: 0;
    }

    .mm_testimonials_content {
      margin-bottom: 0;
      padding: 0;
      width: calc(40% - 18px);
    }

    .mm_testimonials_slider_count {
      bottom: 0;
      left: 82px;
    }

    .slick-prev.slick-arrow {
      left: 0;
      bottom: 0;
    }

    .slick-next.slick-arrow {
      bottom: 0;
      right: initial;
      left: 130px;
    }

    .mm_testimonials_header h2 {
      max-width: 100%;
      text-align: center;
      font-size: 40px;
      font-weight: 500;
    }

  }

  @media (min-width: 1200px) {
    padding: 100px 0;

    .mm_testimonials_header {
      margin-bottom: 45px;

      h2 {
        font-size: 48px;
      }
    }

    .mm_testimonials_slider_nav_content h4 {
      font-size: 24px;
    }

    .mm_testimonials_slider_nav {
      max-width: 425px;
    }

    .mm_testimonials_body {
      margin-left: calc((100% - 1200px) / 2);
      max-width: 100%;
    }

  }

  @media (min-width: 1500px) {
    .mm_testimonials_body {
      margin-right: calc((100% - 1450px) / 2);
    }
  }

}


.mm-routine-wrapper {
  .icon {
    width: 54px;
    height: 54px;
    background-color: #121110;
    border-radius: 50%;
    letter-spacing: 0;
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mm-text * {
    line-height: 120%;
  }

  .bg-inner {
    max-width: 1200px;
    margin: auto;
  }

  .inner {
    max-width: 960px;
    margin: auto;
  }

  @media (min-width: 768px) {
    .mm-max {
      max-width: 400px;
    }
  }

}

.mm-transform-section {
  .ss-button.mm-btn {
    font-size: 15px;
    border-radius: 1000px;
    padding: 19px 30px;
  }

  .inner {
    max-width: 1200px;
    margin: auto;
    position: relative;
  }

  .mm-img {
    display: none;
  }

  @media (min-width: 768px) {
    .ss-button.mm-btn {
      max-width: fit-content;
    }

    .inner {
      padding: 80px 0;
    }
  }

  @media (min-width: 992px) {
    .mm-content {
      max-width: 680px;
      margin-left: auto;
    }

    .mm-img {
      display: block;
      position: absolute;
      max-width: 580px;
      bottom: 0;
      left: 0;
    }
  }

  @media (min-width: 1200px) {
    .mm-img {
      max-width: 760px;
    }
  }
}

.mm-faqs-wrapper {
  .ss-block summary .ss-icon-caret {
    width: 30px;
    margin-right: 0;
  }

  .inner {
    max-width: 1200px;
    margin: auto;
  }

  .ss-block summary span {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 150%;
    font-weight: 500;
    font-family: Switzer-font;
  }

  details.ss-block {
    border-block-start: none;
    border-block-end: 1px solid #fff;
  }

  .faq-container > details.ss-block:last-child {
    border-block-end: none;
  }
  .faq-container .ss-text-block a{
    text-decoration: underline;
    color: #9e9680;
  }

  .ss-block summary {
    padding-block: 20px;
  }

  .heading em {
    display: none;
  }

  .ss-block summary {
    gap: 0;
  }

  .heading * {
    letter-spacing: -1.2px;
  }

  @media (max-width: 768px) {
    .heading * {
      font-size: 24px;
      font-weight: 400;
    }
  }

  @media (min-width: 992px) {
    .mm-img {
      max-width: 500px;
      border-radius: 16px;
      object-fit: cover;
      overflow: hidden;
    }

    .heading em {
      display: block;
      opacity: 0;
      height: 0;
      width: 0;
    }
  }
}

.mm-choose-wrapper {
  .inner {
    max-width: 1240px;
    margin: auto;
  }

  .heading * {
    letter-spacing: -1.2px;
  }

  .icon {
    max-width: 36px;
  }

  .features-wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-right: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .feature-container {
    min-width: 300px;
  }

  .features-wrapper::-webkit-scrollbar {
    display: none;
  }

  @media (max-width: 768px) {
    .heading * {
      font-size: 28px;
      font-weight: 400;
    }
  }

  @media (min-width: 768px) {
    .heading {
      justify-content: center;
    }
  }

  @media (min-width: 992px) {
    .features-wrapper {
      overflow: hidden;
      justify-content: space-between;
    }

    .feature-container {
      min-width: 300px;
      max-width: 300px;
    }
  }

}