.footer .footer-tile .footer-nav-list {
  margin-bottom: var(--inner-spacing-m);
}
.footer .mobile-footer-logo {
  display: none;
  width: 80px;
  height: 80px;
  margin-bottom: var(--inner-spacing-m);
}
.footer .footer-logo-tile {
  align-items: flex-end;
  justify-content: space-between;
}
.footer .footer-logo-container {
  width: 80px;
  height: 80px;
}
.footer .footer-terms {
  font-size: 14px;
  color: #bcbcbc;
  font-weight: 400;
}
.footer .footer-terms a {
  color: #bcbcbc;
}
.footer .social-and-copyright {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .social-icon {
  font-size: 25px;
  margin-bottom: 10px;
}
.footer .copyright {
  background: none;
  text-align: right;
  padding: 0;
}
@media screen and (max-width: 885px) {
  .footer .footer-tile {
    margin-bottom: 0;
  }
  .footer .footer-logo-tile {
    align-items: flex-start;
  }
  .footer .mobile-footer-logo {
    display: inline-block;
  }
  .footer .footer-logo-container {
    display: none;
  }
  .footer .social-and-copyright {
    align-items: flex-start;
  }
}