.mid-bottom-sec {
  width: 75%;
  margin: 0 auto;
  padding: 60px 0;
}

.mid-bottom-sec h3 {
  font-family: "Rosario", sans-serif;
  color: #293f48;
  font-size: 34px;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}

.swiperTestimonial {
  width: 100%;
  height: auto;
}

.testimonial-section {
  position: relative;
  margin-top: 30px;
  background: #ffffff;
  padding: 30px !important;
  border-radius: 10px;
}

.testimonial-section .card-body h2 {
  color: #293f48;
  text-align: center;
  font-style: italic;
  font-size: 25px;
}

@media screen and (min-width: 992px) {
  .testimonial-section .card-body p {
    font-size: 17px;
    overflow-y: auto;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-section .card-body p {
    font-size: 15px;
    overflow-y: auto;
  }

  .swiperTestimonial .swiper-slide {
    height: 370px !important;
  }
}

.testimonial-section .card-body object,
.testimonial-section .card-body img {
  max-width: 40% !important;
  margin: 0 auto;
  text-align: center;
  display: block !important;
}

.testimonial-section .swiper-button-prev,
.testimonial-section .swiper-button-next {
  background: #696969;
  border-radius: 50%;
  width: 48px;
  opacity: 0.7;
}

.testimonial-section .swiper-button-prev:after,
.testimonial-section .swiper-button-next:after {
  color: #fff;
  font-size: 20px;
  opacity: 0.7;
}

.swiperTestimonial .swiper-slide.swiper-slide-active {
  z-index: 10;
  opacity: 1;
  border-radius: 15px;
}

.swiperTestimonial .swiper-slide {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  background-position: center;
  background-color: #fff;
  height: 440px;
}

.card-text {
  text-align: left !important;
  font-size: 16px;
  line-height: 1.5em;
  word-wrap: break-word;
  padding: 0 15px;
  margin-top: 15px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mid-bottom-sec .card-body {
  position: absolute;
  top: 10px;
}

.swiper-button-prev.disabled,
.swiper-button-prev[disabled] {
  display: none;
}
.mid-bottom-sec {
  .swiper-pagination-bullet-active {
    background-color: #f2b845 !important;
  }
}

@media screen and (min-width: 1441px) {
  .swiperTestimonial {
    width: 75%;
  }
}

@media (max-width: 760px) {
  .swiper-button-next {
    right: 0px;
  }

  .swiper-button-prev {
    left: 0px;
  }
}

@media screen and (min-width: 992px) {
  .testimonial-section .card-body p {
    line-height: 3rem;
  }
}

.swiper-navBtn {
  color: #530505;
}
