.Testimonials {
  margin: 70px 0px;
  /* background-image: url("/assets/images/home/testimonials/Testimonials_bg.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
}

.Testimonials .Testimonials_Swiper {
  /* margin-top: -14%; */
}

.Testimonials .Testimonials_Swiper .swiper-button-next {
  background-image: url("/assets/images/home/testimonials/next_Arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 50px;
  top: var(--swiper-navigation-top-offset, 85%);
}

.Testimonials .Testimonials_Swiper .swiper-button-prev {
  background-image: url("/assets/images/home/testimonials/prev_Arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 50px;
  top: var(--swiper-navigation-top-offset, 85%);
}

.Testimonials .Testimonials_Swiper .swiper-button-next::after,
.Testimonials .Testimonials_Swiper .swiper-button-prev::after {
  content: "";
}

@media (min-width: 0px) and (max-width: 575px) {
  .Testimonials .Testimonials_Swiper .swiper-button-next,
  .Testimonials .Testimonials_Swiper .swiper-button-prev {
    height: 20px;
    width: 20px;
  }
}
