.mm-testimonials-v2-wrapper {
  * {
    letter-spacing: 0;
  }

  .container-fluid {
    padding: 0 20px;
  }

  .heading {
    margin-top: 0;
    text-align: center;
    font-family: var(--font-larken);
    font-size: 24px;
    font-weight: 500;
    color: #072165;
    margin-bottom: 40px;
  }

  .testimonial-text {
    color: #072165;
    font-family: var(--font-poppins);
    font-size: 16px;
    margin-bottom: 40px;
  }

  .testimonial-content {
    border: 2px solid #072165;
    border-radius: 20px;
    padding: 20px 40px 40px;
    text-align: center;
    height: 100%;
  }

  .splide__arrow {
    width: 40px;
    height: 40px;

    svg {
      width: 20px;
      height: 20px;
    }
  }

  .testimonial-user strong {
    color: #072165;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-poppins);
  }

  .splide__pagination {
    position: static;
    margin-top: 24px;
  }

  .splide__pagination__page {
    background: transparent;
    border: 1px solid #072165;
    width: 10px;
    height: 10px;
    opacity: 1;
  }

  .splide__pagination__page.is-active {
    background: #072165;
    transform: none;
    border: 1px solid #072165;
  }

  @media (min-width: 992px) {
    .container-fluid {
      padding: 0;
    }

    .heading {
      font-size: 34px;
    }

    .testimonial-content {
      border: 1px solid #072165;
      padding: 30px 50px 50px;
    }

    .testimonial-text {
      margin-bottom: 60px;
    }

    .splide__arrow {
      width: 50px;
      height: 50px;

      svg {
        width: 24px;
        height: 24px;
      }
    }

    .splide__arrow--next {
      right: 8%;
    }

    .splide__arrow--prev {
      left: 8%;
    }
  }

  @media (min-width: 1400px) {
    .splide__arrow--next {
      right: calc((100% - 1320px) / 2);
    }

    .splide__arrow--prev {
      left: calc((100% - 1320px) / 2);
    }
  }

}