.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .footer__menu {
    align-items: center;
    text-align: center;
    gap: 0.8rem;
  }
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer__links a {
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (max-width: 767.98px) {
  .footer__links a {
    font-size: 1.5rem;
  }
}
.footer__links a:hover, .footer__links a:focus {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
