@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1194px;
  }
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 1.6563rem;
    font-weight: 700;
    text-transform: uppercase;
  }
  .h2,
  h2 {
    font-size: 1.5rem;
  }
  .h3,
  h3 {
    font-size: 1.4rem;
  }
  .h4,
  h4 {
    font-size: 1.3rem;
  }
}

@media (max-width: 1200px) {
  .h1,
  h1 {
    font-size: 1.5rem;
  }
  .h2,
  h2 {
    font-size: 1.4375rem;
  }
  .h3,
  h3 {
    font-size: 1.3125rem;
  }
  .h4,
  h4 {
    font-size: 1.2813rem;
  }
}
@media (max-width: 991px) {
  .footer-content {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .node--type-about.node--view-mode-teaser {
    flex-direction: column;
  }
  .view-employees .view-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  header a.nav-link {
    padding: 5px 17px;
  }
  header ul.nav {
    justify-content: center;
  }
  .view-services .view-content {
    grid-template-columns: 1fr 1fr;
  }
  .taxonomy-term--type-services.taxonomy-term--view-mode-teaser
    .field--name-taxonomy-term-title {
    padding: 0 18px;
  }
  main#main {
    padding: 40px 0;
  }
  footer .logo {
    max-width: 130px;
  }
  .footer-content {
    row-gap: 20px;
  }
  .block-copiryght {
    flex-direction: column;
    text-align: center;
  }
  .view-employees .view-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .col-logo {
    width: 100px;
  }
  .view-services .view-content {
    grid-template-columns: 1fr;
  }
  .field--name-field-about-img {
    width: 100%;
  }
  main#main {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .container-bg {
    margin: 0px 7px;
  }
  #scrollToTop {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 50px;
  }
  .nav-services {
    max-width: 160px;
  }
  footer .logo {
    max-width: 110px;
  }
}
@media (max-width: 420px) {
  .view-employees .view-content {
    grid-template-columns: 1fr;
  }
  .nav-services {
    max-width: 100%;
  }
  .footer-content {
    justify-content: flex-start;
    column-gap: 30px;
  }
}
