.testimonials_container {
  overflow: hidden;
  height: 100%;
  width: 100%;
  padding-bottom: 70px;
}

.testimonials_image {
  flex: 0 0 50%;
  width: 50%;
}
.testimonials_image .img {
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonials_post {
  box-shadow: 0 1px 2px 0 #e9eaf1;
  border: solid 1px #eaecf6;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: left;
  min-height: 490px;
  flex: 0 0 50%;
  width: 100%;
  position: relative;
}
.testimonials_post:before,
.testimonials_post:after {
  content: "";
  border-style: solid;
  border-width: 40px;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 70px;
}
.testimonials_post:before {
  border-color: #eaecf6 transparent transparent;
}
.testimonials_post:after {
  margin-top: -2px;
  border-color: #fff transparent transparent;
}
.testimonials_title {
  font-family: "CircularStd-Medium", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.3px;
  padding: 0 0 24px 0;
  color: #252c43;
}
.testimonials_text {
  font-family: "CircularStd-Book", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #4c5165;
}
.testimonials_author {
  font-family: "CircularStd-Medium", sans-serif;
  color: #252c43;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.1px;
}

.testimonials_position {
  font-family: "CircularStd-Medium", sans-serif;
  color: #636880;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.testimonials_decorator {
  padding: 40px;
}
.testimonials_wrapper {
  position: relative;
  display: flex;
}
.testimonials_text {
  font-size: 16px;
}
.testimonials_box {
  display: flex;
  flex: 0 0 100%;
}
.testimonials_slide {
  flex-shrink: 0;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: flex-start;
}
.testimonials_container .swiper-pagination {
  display: none;
  position: static;
}

.testimonials_container .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 8px;
  margin: 0 4px !important;
  background-color: #b7bdce;
  border-radius: 4px;
  opacity: 1;
  outline: 0 none;
}

.testimonials_container .swiper-pagination-bullet:hover {
  opacity: 0.8;
}

.testimonials_container .swiper-pagination-bullet-active {
  background-color: #1a268e;
  width: 48px;
}
.testimonials_companyLogo_container {
  font-family: "CircularStd-Book", sans-serif;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.testimonials_companyLogo_wrapper {
  display: flex;
}
.testimonials_companyLogo_slide {
  flex-shrink: 0;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: flex-start;
}
.testimonials_companyLogo_slide img {
  filter: grayscale(1);
  cursor: pointer;
}
.testimonials_companyLogo_slide img.active {
  filter: none;
}
@media (max-width: 1023px) {
  .testimonials_container .swiper-pagination {
    display: block;
    margin-top: 56px;
  }
  .testimonials_image {
    width: 100%;
    height: 400px;
    flex: auto;
  }
  .testimonials_box {
    flex-direction: column-reverse;
  }
  .testimonials_image .img {
    object-fit: cover;
    width: 100%;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .testimonials_post {
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    /* flex: 0 0 100%; */
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: auto;
  }
  .testimonials_post:after {
    content: none;
  }
  .testimonials_post:before {
    content: none;
  }
  .testimonials_companyLogo_container {
    display: none;
  }
  .testimonials_decorator {
    padding: 16px 14px 40px 14px;
  }
  .testimonials_title {
    padding-bottom: 8px;
    font-size: 20px;
  }
}

@media (max-width: 700px) {
  .testimonials_image {
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 500px) {
  .testimonials_image {
    width: 100%;
    height: 180px;
  }
}
