@media (max-width: 992px) {
  .header .content {
    padding: 10px;
  }
  .header .content .menu-mobile-icon {
    display: block;
  }
  .header .content .menu {
    display: none;
  }
  .main-page .contact-us .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .header .container {
    max-width: 100%;
  }
  .main-page .presentation-text .title {
    font-size: 28px;
  }
  .main-page .presentation-text .description {
    font-size: 20px;
  }
  .main-page .our-services .boxes .box .image {
    width: 150px;
    height: 150px;
  }
  .main-page .our-services .boxes .box .content .description {
    min-height: 185px;
  }
  .main-page .contact-us .title {
    font-size: 22px;
  }
  .footer .copyright {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .header .content .logo a img {
    width: 215px;
  }
  .main-page .presentation-text .title {
    font-size: 26px;
  }
  .main-page .presentation-text .description {
    font-size: 18px;
  }
  .main-page .our-services .boxes .box .image {
    width: 140px;
    height: 140px;
  }
  .main-page .contact-us .title {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .main-page .main-slider img {
    min-height: 50vh;
  }
  .main-page .presentation-text .title {
    font-size: 16px;
  }
  .main-page .presentation-text .description {
    font-size: 12px;
  }
  .main-page .our-services .boxes .box .image {
    width: 80px;
    height: 80px;
  }
  .main-page .our-services .boxes .box .content .title {
    font-size: 12px;
  }
  .main-page .about-us .content {
    font-size: 16px;
    line-height: 30px;
  }
  .btn-style {
    width: 140px;
    height: 40px;
    font-size: 12px;
  }
  .footer .copyright .text {
    text-align: center;
  }
}/*# sourceMappingURL=responsive.css.map */