.swiper-desktop-container {
    display: none;
  }
  
  @media screen and (min-width: 768px) {
    .review-section {
      display: none;
    }

    .swiper-desktop-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 0 1.88rem;
      margin-bottom: 2.64rem;
      margin-top: 0.75rem;
      position: relative;
    }
    .testimonials-container__vector {
      width: 8.07rem;
      height: 10.77rem;
      position: absolute;
      left: -1.2rem;
      top: -3.5rem;
    }
    .swiper-desktop-container .review-section__navigation-buttons-container {
      justify-content: flex-start;
    }
    .swiper-desktop-container .swiper-main-container {
      width: 12.98rem;
      position: relative;
    }
    .swiper-desktop-container__head-container {
      width: 8.6rem;
    }
    .testimonails__head-text{
      font-size: 0.377rem !important;
      color: #C7527F !important;
    }
    .swiper-desktop-container .why-choose-us__head-description {
      width: 8.8rem;
      color: #282828cc;
      font-size: .37rem;
    }
  
    .myDesktopSwiper {
      height: 8.38rem;
      width: 12.98rem;
      box-shadow: 0.18rem 0.18rem 0.67rem 0px #0000001a;
  
    }
    .myDesktopSwiper .swiper-slide {
      height: 8.3rem;
      border-radius: 0.56rem;
      padding: 0.64rem 0.75rem;
      box-shadow: 0.18rem 0.18rem 0.37rem 0px #0000001a;
      position: relative;
      z-index: 2;
      background-color: #ffffff;
    }
    .swiper-slide__cirlce-img {
      position: absolute;
      left: -0.5rem;
      top: -0.4rem;
      width: 1.13rem;
      height: 1.13rem;
      transform: rotate(5deg);
      z-index: 1;
    }
    .myDesktopSwiper .swiper-slide__image {
      margin: 0 1.01rem;
      height: 4.9rem;
      width: 9.43rem;
    }
    .myDesktopSwiper .swiper-slide__image > img {
      width: 100%;
      height: 100%;
      border-radius: 0.3rem;
    }
    .swiper-slide_hr-line {
      width: 100%;
      border: solid 0.01rem #d4d4d4;
      margin: 0.56rem 0 0.26rem 0;
    }
    .swiper-desktop-container .review-card-title-container {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      height: unset;
      width: 100%;
      text-align: left;
      padding: 0;
    }
    .swiper-desktop-container .review-card-title {
      font-size: 0.33rem;
      font-weight: 400;
      width: 6.79rem;
    }
    .swiper-desktop-container .review-card-title-container > button {
      width: 3.18rem;
      height: 1.13rem;
      position: unset;
      border-radius: 0;
      font-size: 0.37rem;
      font-weight: 600;
    }
    .swiper-desktop-container .review-card-title-container > button > span {
      font-size: 0.37rem;
      font-weight: 600;
    }
    .swiper-desktop-container .swiper-button-prev-custom,
    .swiper-desktop-container .swiper-button-next-custom {
      border: solid 0.01rem #c7527f;
      box-shadow: unset;
    }
  }
  