.section_testimonials {
  position: relative;
  width: 100%;
  background-position: center top;/*center;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding:40px 0 0 0;
}
.section_testimonials .title_box {
  text-align: center;
}
.section_testimonials .title_box * {
  font-size: 55px;
    font-weight: 400;
    letter-spacing: 7.5px;
    line-height: 1.24;
}

.section_testimonials h3 {
  font-size: 150%;
  text-align: center;
  margin-bottom: 50px !important;
}
.section_testimonials .testimonial_wrapper {
  margin-top: 0px;
  /* border-bottom: 1px solid rgba(51, 153, 153, 0.1); */
  padding: 0 40px 20px 40px;
  text-align: center;
}
.section_testimonials .testimonial {
  height: auto;/*140px;*/
  padding-bottom: 20px;
  font-style: italic;
  line-height: 22px;
}
.section_testimonials .items_wrapper {
  margin-top: 50px;
}
.section_testimonials .text_wrapper {
  padding: 0 20px;
}
.section_testimonials .items_wrapper .item {
  margin-right: 50px;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
}
.section_testimonials .items_wrapper .item .item_wrapper {
  position: relative;
}


.section_testimonials .items_wrapper .item .item_wrapper .header {
  line-height: 60px;
  font-weight: 600;
  display: flex;
  position: relative;
}
.section_testimonials .items_wrapper .item .item_wrapper .header .icon {
  width: 23px;
  position: absolute;
  right: -50px;
  transform: rotate(90deg);
}

.section_testimonials .items_wrapper .item .item_wrapper.a_opened .header .icon {
  transform: rotate(0deg);
}
.section_testimonials .items_wrapper .item .item_wrapper .content {
  margin-bottom: 20px;
  float: none;
}
.section_testimonials .items_wrapper .item .item_wrapper .content .text {

}
@media(max-width:990px) {
  .section_testimonials {
    padding: 0;
  }
  .section_testimonials .title_box * {
    font-size: 35px;
    line-height: 41px;
    letter-spacing: 4.77px;
  }
  .section_testimonials .items_wrapper .item {
    padding: 12px 0;
  }
  .section_testimonials .items_wrapper .item .item_wrapper .header {
    line-height: 30px;
  }
  .section_testimonials .items_wrapper .item .item_wrapper::before {
    top: 3px;
  }
  .section_testimonials .items_wrapper .item .item_wrapper .content {
    margin-top: 10px;
  }
  .section_testimonials .items_wrapper .item .item_wrapper .content .text {
    font-size: 16px;
    line-height: 20px;
  }
  .section_testimonials .items_wrapper {
    margin-top: 20px;
  }
  .section_testimonials .testimonial_wrapper {
    padding: 0 10px;
  }
  /* .section_testimonials .testimonial {
    height: 120px;
  } */
}
