@media screen and (min-width: 1261px) {
  .trustpilot_section {
    margin: 150px 0 150px;
  }
  .trustpilot_section .button_container {
    margin-top: 50px;
  }
  .trustpilot_section h2 {
    margin-bottom: 50px;
  }
  .trustpilot_section .slider .slider_el {
    padding: 40px 50px;
  }
  .trustpilot_section .slider .slider_el .slider_img {
    width: 194px;
    height: 194px;
  }
  .trustpilot_section .slider .slider_el .slider_content {
    margin-left: 40px;
  }
  .trustpilot_section .slider .slider_el .slider_content h3 {
    font: 800 20px "Open Sans";
    line-height: 32px;
    margin-bottom: 10px;
  }
  .trustpilot_section .slider .slider_el .slider_content .slider_desc {
    font: 400 16px "Open Sans";
    line-height: 28px;
  }
  .trustpilot_section .slider .slider_el .slider_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
