@media only screen and (max-width: 1024px) {
  .hero-section-background {
    padding: 0 10px;
  }
  .about-us-section-content {
    flex-direction: column;
    padding-inline: 10px;
  }
  .about-us-section {
    padding-block: 40px;
  }
  .about-us-section-container::before {
    display: none;
  }
  .about-us-content-column {
    width: 100%;
  }
  .about-us-content-text {
    padding: 20px 0;
  }
  .about-us-content-image img {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .services-list-item {
    flex: 1 0 300px;
  }
  .services-list-item.services-list-item-featured {
    flex: 1 0 300px;
  }
  .contact-us-container {
    flex-direction: column;
  }
  .contact-us-content-column {
    width: 100%;
  }
  .contact-us-content-text {
    padding: 20px 0;
  }
  .footer-row {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .footer-menu .menu-item a {
    font-size: 1.2rem;
    text-align: center;
  }
  .footer-logo {
    width: 100%;
    max-width: 300px;
  }
  .footer-contact-info {
    align-items: center;
    gap: 15px;
  }
  .footer-contact-info-item-link {
    text-align: center;
  }
  .footer-socials {
    justify-content: center;
  }
  .footer-row-column {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .footer-copyrights {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-copyrights-col {
    width: 100%;
  }
  .footer-copyrights-left p,
  .footer-copyrights-right p {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    top: 0;
  }
  .header-top {
    display: none;
  }
  .header-menu-desktop {
    display: none;
  }
  .header-menu-mobile {
    display: block;
  }
  .form-row {
    gap: 10px;
    flex-direction: column;
  }
  .form-submit-container button {
    width: 100%;
  }
  .hero-section-content {
    margin-right: auto;
  }
  .about-us-section {
    padding: 0;
  }
  .contact-us-content-image img {
    min-height: 350px;
  }
  h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .strengths-list-item {
    flex: 1 0 100%;
  }
  .services-list-item {
    flex: 1 0 100%;
  }
  .services-list-item.services-list-item-featured {
    flex: 1 0 100%;
  }
}/*# sourceMappingURL=media-queries.css.map */