@media screen and (max-width: 1260px) and (min-width: 768px) {
  .trustpilot_section {
    margin: 100px 0;
  }
  .trustpilot_section .button_container {
    margin-top: 40px;
  }
  .trustpilot_section h2 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .trustpilot_section .slick-next,
.trustpilot_section .slick-prev {
    bottom: 40px;
  }
  .trustpilot_section .slick-prev {
    right: 110px;
  }
  .trustpilot_section .slick-next {
    right: 50px;
  }
  .trustpilot_section .slider .slider_el {
    padding: 30px;
  }
  .trustpilot_section .slider .slider_el .slider_el_img_container {
    height: 220px;
  }
  .trustpilot_section .slider .slider_el .slider_el_img_container .slider_img {
    width: 220px;
    height: 220px;
  }
  .trustpilot_section .slider .slider_el .slider_content {
    margin-left: 30px;
  }
  .trustpilot_section .slider .slider_el .slider_content h3 {
    font: 800 20px Open Sans;
    line-height: 27px;
    margin-bottom: 10px;
  }
  .trustpilot_section .slider .slider_el .slider_content .slider_desc {
    font: 400 14px Open Sans;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .trustpilot_section .slider .slider_el .slider_content .slider_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
