@media only screen and (max-width: 1199px) {
  section.about-area .section-title {
    margin-top: 0;
    margin-bottom: 72px;
  }
  .about-area.about-default-wrapper .container {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .route-esperienze .about-area.about-default-wrapper .service-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  section.news .news-list .news-details {
    flex-wrap: wrap;
    justify-content: center;
    width: 585px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  section.news .news-list .news-details .content {
    padding: 20px 15px 0;
  }
  .contact-form .container {
    padding: 20px 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .preloader-wrap .loader-logo {
    width: 150px;
  }
  .preloader-wrap .preloader {
    width: 35px;
    height: 35px;
  }
  header {
    height: 120px;
  }
  body {
    padding-top: 120px;
  }
  header .tools-wrapper .v-sep, header .tools-wrapper .social-wrapper {
    display: none;
  }
  header .offcanvas-button {
    width: 30px;
  }
  header .offcanvas-button div {
    height: 3px;
  }
  header .offcanvas-button div + div {
    margin-top: 4px;
  }
  .bee-offcanvas .bee-offcanvas-bar {
    font-size: 22px;
  }
  .bee-offcanvas .bee-offcanvas-bar .bee-offcanvas-content {
    padding: 20px 0;
  }
  .bee-offcanvas .bee-offcanvas-bar .brand img {
    width: 195px;
  }
  .bee-offcanvas .bee-offcanvas-bar .link {
    margin-top: 20px;
  }
  .bee-offcanvas .bee-offcanvas-bar .childs-wrapper {
    font-size: 18px;
  }
  .offcanvas-close {
    top: 50px;
    width: 30px;
    height: 30px;
  }
  footer {
    background-position: 74% 175px;
    background-size: auto 100%;
    background-image: url(../img/footer-mobile.jpg);
  }
  .full-banner {
    margin-bottom: 90px;
  }
  .full-banner .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .full-banner .container .text {
    font-size: 26px;
  }
  section.news .news-list .news-details .content .title,
  .section-title .title {
    font-size: 26px;
  }
}
