.footer {
  background: #001938;
  padding: 16px;
}
@media (min-width: 768px) {
  .footer {
    padding: 24px;
  }
}

.footer--form {
  padding: 16px 16px 140px;
}
@media (min-width: 768px) {
  .footer--form {
    padding: 24px;
  }
}

.footer__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  max-width: 808px;
  margin: 0 auto;
}
.footer__container p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 8px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.footer__links a {
  color: #a8deff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
.footer__links a:hover {
  color: #fff;
}/*# sourceMappingURL=footer.css.map */