@media screen and (max-width: 767px) {
  .trustpilot_section {
    margin: 80px 0 80px;
  }
  .trustpilot_section .button_container {
    margin-top: 30px;
  }
  .trustpilot_section h2 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .trustpilot_section .slick-next,
  .trustpilot_section .slick-prev {
    bottom: 30px;
    width: 30px;
    height: 30px;
  }
  .trustpilot_section .slick-next:after,
  .trustpilot_section .slick-prev:after {
    width: 12px;
    height: 12px;
  }
  .trustpilot_section .slick-next {
    right: 107px;
  }
  .trustpilot_section .slick-prev {
    left: auto;
    right: 142px;
  }
  .trustpilot_section .slider .slider_el {
    flex-direction: column;
    padding: 15px;
  }
  .trustpilot_section .slider .slider_el .slider_el_img_container {
    height: 250px;
    overflow: hidden;
  }
  .trustpilot_section .slider .slider_el .slider_el_img_container .slider_img {
    width: 250px;
    height: 250px;
  }
  .trustpilot_section .slider .slider_el .slider_content {
    text-align: center;
    padding: 20px 0 0;
    position: relative;
  }
  .trustpilot_section .slider .slider_el .slider_content h3 {
    font: 800 20px Open Sans;
    line-height: 26px;
    margin-bottom: 10px;
    position: static;
  }
  .trustpilot_section .slider .slider_el .slider_content .slider_desc {
    font: 400 14px Open Sans;
    line-height: 26px;
    margin-bottom: 15px;
    min-height: 149px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
