.testimonial-wrapper .section-title h2 {
  font-family: "Montserrat";
  font-weight: 900;
  color: #000000;
  font-size: 30px;
  line-height: 1;
}
.testimonial-wrapper .swiper-container {
  background: #f5f5f5;
  border: 8px solid #FFFFFF;
  box-shadow: 10px 30px 30px rgba(181, 192, 203, 0.51);
  border-radius: 17px;
  padding: 0;
}
.testimonial-wrapper.et_pb_section {
  background: #F7F9FB;
}
.testimonial-wrapper .et_pb_testimonial_description {
  display: flex;
  flex-direction: column;
}
.testimonial-wrapper .et_pb_testimonial_description_inner {
  order: 3;
  margin-top: 30px;
  color: #3f3f3f;
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
}
.testimonial-wrapper .et_pb_testimonial_author {
  margin-top: 0;
}
.testimonial-wrapper .et_pb_testimonial_author {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}
.testimonial-wrapper .et_pb_testimonial_meta {
  font-size: 16px;
  color: #000000;
}
.testimonial-wrapper .et_pb_testimonial:before {
  right: auto;
  left: 20px;
  top: 20px;
  background: url(../../../uploads/2020/08/colon.svg) no-repeat center center;
  content: '';
  width: 55px;
  height: 55px;
  border-radius: 0;
  background-size: 25px;
}
.testimonial-wrapper .swiper-pagination {
  bottom: 5px;
  width: 100%;
}
.testimonial-wrapper .et_pb_testimonial {
  margin-bottom: 0 !important;
}
.testimonial-wrapper .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 5px;
}
@media screen and (min-width: 576px) {
  .testimonial-wrapper .section-title h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .testimonial-wrapper .et_pb_testimonial:before {
    left: auto;
    right: 25px;
  }
  .testimonial-wrapper .swiper-pagination {
    bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .testimonial-wrapper .section-title h2 {
    font-size: 48px;
  }
  .testimonial-wrapper .et_pb_testimonial {
    padding: 50px 70px 40px;
  }
}
@media screen and (min-width: 1200px) {

  .testimonial-wrapper .swiper-pagination {
    bottom: 20px;
  }
  .testimonial-wrapper .section-title h2 {
    font-size: 60px;
    margin-bottom: 50px;
  }
  .testimonial-wrapper .et_pb_testimonial_description_inner {
    font-size: 20px;
  }
  .testimonial-wrapper .et_pb_testimonial_author {
    font-size: 25px;
  }
  .testimonial-wrapper .et_pb_testimonial_meta {
    font-size: 16px;
  }
  .testimonial-wrapper.et_pb_section {
    padding-top: 115px;
    padding-bottom: 115px;
    margin-bottom: 0px;
  }
  .testimonial-wrapper .et_pb_testimonial:before {
    right: 50px;
    top: 40px;
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-wrapper .et_pb_testimonial:before {
    display: none;
  }
  .testimonial-wrapper .et_pb_testimonial_content {
    position: relative;
  }
  .testimonial-wrapper .et_pb_testimonial_content:before {
    position: absolute;
    right: auto;
    left: -14px;
    top: -38px;
    background: url(../../../uploads/2020/08/colon.svg) no-repeat center center;
    content: '';
    width: 55px;
    height: 55px;
    border-radius: 0;
    background-size: 25px;
  }
}