@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: 32px;
    line-height: 46px;
  }
  .trustpilot_section .section_description {
    font-size: 20px;
    line-height: 34px;
    text-align: center;
  }
  .trustpilot_section .slick-next,
  .trustpilot_section .slick-prev {
    bottom: 40px;
  }
  .trustpilot_section .slick-prev {
    right: 88px;
  }
  .trustpilot_section .slick-next {
    right: 40px;
  }
  .trustpilot_section .slider {
    margin-top: 40px;
  }
  .trustpilot_section .slider .slider_el {
    padding: 40px;
  }
  .trustpilot_section .slider .slider_el .quote {
    display: block;
    width: 204px;
    height: 172px;
    top: -35px;
    right: 46px;
  }
  .trustpilot_section .slider .slider_el .slider_el_img_container {
    width: 140px;
    height: 140px;
  }
  .trustpilot_section .slider .slider_el .slider_el_img_container .slider_img {
    width: 116px;
    height: 116px;
  }
  .trustpilot_section .slider .slider_el .slider_content {
    margin-left: 30px;
  }
  .trustpilot_section .slider .slider_el .slider_content h3 {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  .trustpilot_section .slider .slider_el .slider_content .slider_desc {
    font-size: 18px;
    line-height: 36px;
    min-height: 180px;
    margin-bottom: 66px;
  }
  .trustpilot_section .slider .slider_el .slider_content .slide_name {
    font-size: 16px;
    line-height: 26px;
  }
  .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;
  }
  .trustpilot_section.one_item .slider .slider_el .slider_desc {
    min-height: auto;
  }
}
