.footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .footer__links {
    gap: 12px;
    align-items: center;
    text-align: center;
  }
}
.footer__links a {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--gray-700);
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (max-width: 767.98px) {
  .footer__links a {
    font-size: 1.6rem;
    line-height: 1.35;
  }
}
@media (max-width: 575.98px) {
  .footer__links a {
    font-size: 1.7rem;
  }
}
.footer__links a:hover {
  color: var(--blue-500);
}

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