.testimonials-section {
  background-color: #f9f8fa;
}

.test-main-wrapper {
  display: flex;
  align-items: center;
  margin: auto 0;
  height: 100%;
}

.test-wrapper {
  /* background-color: #000; */
  background-color: #fff;
  width: 100%;
  padding: 50px 100px;
}

.test-right-section img {
  width: 100%;
}

.test-header h5 {
  color: #676c71;
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0;
}

.test-header h3 {
  /* color: #fff; */
  color: #000249;
  letter-spacing: 0.2px;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 10px;
  width: 80%;
}

.test-reviews {
  padding: 20px 0px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 100%;
  position: absolute;
  display: inline;
  align-items: end;
}

.carousel-control-prev-icon {
  position: absolute;
  bottom: -40px;
  right: 60px;
  width: 20px;
}
.carousel-control-next-icon {
  position: absolute;
  bottom: -40px;
  right: 20px;
  width: 20px;
}

.carousel-control-next .carousel-control-prev-icon {
  width: 100%;
}
.test-profile {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #000249;
  padding: 3px;
}

.test-review-wrap h5 {
  color: #000249;
  font-size: 18px;
  padding-top: 10px;
  letter-spacing: 0.2px;
  margin: 0;
}

.test-review-wrap .designation {
  color: #ada9a9;
  font-size: 13px;
  margin: 0;
  padding-bottom: 10px;
  letter-spacing: 0.2px;
}

.test-review-wrap .review-para {
  color: #000;
  opacity: 0.9;
  font-size: 15px;
  letter-spacing: 0.2px;
}

/* MEDIA QUERIES */

@media (max-width: 576px) {
  .test-wrapper {
    padding: 50px 20px;
  }

  .test-header h3 {
    font-size: 30px;
     width: 100%;
  }
}
@media (max-width: 1200px) {
 .test-header h3{
  width: 100%uui;
 }
}
@media (min-width: 1400px) and (max-width: 1920px) {
  .test-review-wrap .review-para {
    font-size: 18px;
  }
}