#pe_professional_services img {
  height: auto;
}
.section_2_columns {
  max-width: 960px;
}
.section_2_columns .img_wrap {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_2_columns .img_wrap img {
  max-width: 150px;
}
/*.section_2_columns .col {
  border-right: 1px solid;
}
.section_2_columns .col:last-child {
  border-right: none;
}*/
.trusted_wrap {
  text-align: center;
  margin: 40px 0 30px;
  position: relative;
}
.trusted_wrap:after,
.trusted_wrap:before {
  content: '';
  background: #fff;
  position: absolute;
  width: 42%;
  height: 1px;
  top: 50%;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}
.trusted_wrap:after {
  left: auto;
  right: 0;
}
@media (max-width: 991.33px) {
  /*.section_2_columns .col {
    border-right: 0;
  }*/
  .section_1_image {
    margin-top: 30px;
  }
}
ul.check_list li {
  display: table;
  padding-left: 10px;
  padding-bottom: 5px;
  position: relative;
  width: 100%;
}
ul.check_list li::before {
  content: '';
  background-image: url(../svg/hs_check.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 15px;
  height: 100%;
  position: relative;
  display: table-cell;
  top: 10px;
  left: -10px;
}
.multi_column_items h4,
.multi_column_items .check_list {
  padding-left: 15px
}
/*@media (max-width: 991.33px) and (min-width: 576.33px) {
  .multi_column_items {
    max-width: 70%;
  }
}
@media (max-width: 418px) {
  .multi_column_items .item {
    margin-left: auto;
  }
}*/

.hidden_video_wrap {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
}
.show_3_only .customers_item:nth-child(n+4) {
  display: none;
}
@media (max-width: 767.33px) {
  #slider_slides {
    padding-bottom: 70px;
  }
  #slider_slides.swipperd .swiper-pagination {
    display: none;
  }
}
@media (min-width: 768px) {
  #slider_slides.swipperd .swiper-button-prev {
    left: -8px;
  }
  #slider_slides.swipperd .swiper-button-next {
    right: -8px;
  }
}
@media (max-width: 500.33px) {
  #slider_slides.swipperd .swiper-button-prev {
    left: -15px;
  }
  #slider_slides.swipperd .swiper-button-next {
    right: -15px;
  }
}