.swiper-main-container {
    width: 100%;
    margin-top: 1.09rem;
  }
  .mySwiper {
    padding: 0.8rem 0;
    height: 17.8rem;
  }
  
  .mySwiper .swiper-slide {
    background-color: #ffffff;
    border-radius: 0.4rem;
    height: 17.27rem;
    box-shadow: 0px .09rem .54rem 0px #0000001A;

  }
  
  .review-section__navigation-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .72rem 0;
  }
  
  .mySwiper .swiper-slide__image {
    width: 100%;
    border-radius: .4rem;
  
    height: 10rem;
    /* height: 11rem; */
  }
  
  .mySwiper .swiper-slide__image > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: .4rem;
    border-top-right-radius: .4rem;
  
  }
  
  .review-card-title-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 7.37rem;
    text-align: center;
    padding: 0.54rem 0;
    position: relative;
  }
  
  .review-card-title {
    font-size: 0.72rem;
    width: 13.81rem;
    height: 3rem;
  }
  
  .review-card-title-container > button {
    background-color: var(--brandClr);
    width: 6.1rem;
    height: 2rem;
    border-radius: 0.2rem;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: .54rem;
    /* transition: background-color 0.3s ease-in-out; */
    /* margin: 1.25rem 0; */
  }
  
  /* .review-card-title-container > button:hover {
    background-color: darken(var(--brandClr), 10%);
  } */
  
  .review-card-title-container > button > span {
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 600;
  }
  
  .swiper-button-next-custom,
  .swiper-button-prev-custom {
    background-color: #ffffff;
    height: 2.4rem;
    width: 2.4rem;
    border-radius: 50%;
    box-shadow: 0px 2.4px 2.4px 0px rgba(240, 208, 221, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
  }
  
  .swiper-button-next-custom:hover,
  .swiper-button-prev-custom:hover {
    transform: scale(1.1);
  }
  
  .swiper-button-prev-custom {
    margin-right: 0.8rem;
  }
  
  .swiper-button-next-custom > img,
  .swiper-button-prev-custom > img {
    width: 0.765rem;
    height: 0.72rem;
  }
  
  @media screen and (min-width: 768px) {
    .swiper-main-container{
        margin-top: 1.05rem;
    }
    .mySwiper {
      height: 9rem;
    }
    .swiper-slide__image {
      /* height: 5rem; */
    }
  
    .mySwiper .swiper-slide {
      border-radius: 0.2rem;
      height: 8.8rem;
    }
  
    .review-card-title {
      font-size: 0.37rem;
      width: 6.8rem;
      height: 1.68rem;
      
    }
  
    .review-card-title-container > button {
      width: 3.35rem;
      height: 1rem;
      /* margin-top: 0.52rem; */
      position: absolute;
      bottom: -1.6rem;
      padding: .18rem .33rem;
      border-radius: .08rem;
    }
  
    .review-card-title-container > button > span {
      font-size: 0.41rem;
    }
    .review-section__navigation-buttons-container {
      margin-top: 0.5rem;
    }
  
    .swiper-button-next-custom,
    .swiper-button-prev-custom {
      height: 1.20rem;
      width: 1.20rem;
      box-shadow: 0px 4px 4px 0px #28282833;
  
    }
  
    .swiper-button-next-custom > img,
    .swiper-button-prev-custom > img {
      width: 0.5rem;
      height: 0.51rem;
    }
    
  }
  