.page__footer {
  border-top: 4px solid #e6efe8;
  padding-top: 3em;
  padding-bottom: 5em;
  background-color: #051423;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-family: Inter;
}
.page__footer p {
  font-size: 13px;
  line-height: 20px;
  opacity: 0.8;
}
.page__footer .footer-first .block {
  margin-bottom: 2em;
}
.page__footer .qscan-group-logo {
  max-width: 140px;
}
.page__footer .nav {
  flex-direction: column;
  padding: 0px;
}
.page__footer .nav a {
  color: #fff;
  opacity: 0.8;
  padding: 3px;
}
.page__footer .nav.social-nav a {
  padding-right: 2em;
  /* padding-left: 2em; */
  margin-top: 2em;
  font-size: 10px !important;
}
.page__footer h2.block__title {
  font-size: 13px;
  font-weight: 500;
  color: #47833F;
  margin-bottom: 1.5em;
}
.page__footer a {
  color: #fff;
  opacity: 0.8;
}

.footer-logo img {
  max-width: 100px;
  height: auto;
}

@media (max-width: 991.98px) {
  .block--qscan-socialsmenu {
    margin-left: auto;
  }
}
.footer-first {
  padding-top: 2em;
  margin-top: 1em;
}

.block--qscan-footerlogos {
  margin-left: 0;
  margin-right: auto;
}
.block--qscan-footerlogos .logos {
  gap: calc(15px + (100vw - 700px) * -5 / -300);
}

.fourth {
  width: 35%;
}

@media (max-width: 991.98px) {
  .fourth {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .first h2.block__title,
  .second h2.block__title,
  .third h2.block__title,
  .fourth h2.block__title,
  .fifth h2.block__title,
  .footer-fifth h2.block__title {
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    margin-bottom: 1rem;
  }
  .first .nav-item a,
  .second .nav-item a,
  .third .nav-item a,
  .fourth .nav-item a,
  .fifth .nav-item a,
  .footer-fifth .nav-item a {
    font-size: 18px;
    font-weight: 200 !important;
    line-height: 140%;
  }
  .fourth {
    width: 100%;
    order: 4;
  }
  .second {
    order: 3;
    width: 100%;
  }
  .third {
    order: 3;
    margin-left: auto;
  }
  .third img {
    padding-right: 1em;
  }
  .first {
    order: 1;
  }
  .fourth .btn {
    width: 100%;
  }
  .fourth p,
  .footer-fifth p {
    font-size: 18px !important;
    line-height: 140% !important;
    opacity: 0.8;
    font-weight: 200 !important;
  }
}

/*# sourceMappingURL=page-footer.css.map*/