footer {
  background-color: #1d354f;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}

.page__footer {
  position: relative;
}
.page__footer .footer-inner {
  background-image: url("images/logo-fade-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 575.98px) {
  .page__footer .footer-inner {
    background-position: bottom;
  }
}
@media (min-width: 1200px) {
  .page__footer .footer-inner {
    background-position: right;
  }
}

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