.sec-advantages .panel .media__body {max-width:870px;}
.sec-about-comp .section-header h2 {font-size:72px;}
.sec-about-comp .section-header h1 {font-size:78px;}




/*Дополнительные стили для страницы контакты*/
body.contacts .sec-contact .section-header.section-header__img {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body.contacts .sec-contact .section-header.section-header__img h2 {
  line-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.contacts .sec-contact .section-header.section-header__img::before {
  content: "";
  background-image: url(images/contact-402x300.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 300px;
}

@media (max-width: 768px) {
  body.contacts .sec-contact .section-header.section-header__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.contacts .sec-contact .section-header.section-header__img::before {
    margin-left: auto;
    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
    width: 200px;
    height: 150px;
  }
}