footer {
  border-radius: 60px 60px 0 0;
  background: radial-gradient(158.75% 130.52% at 48.49% -17.73%, rgba(0, 222, 230, 0.62) 0%, rgba(0, 222, 230, 0) 100%), #0A6375;
  color: white;
}
footer a {
  color: white;
}
footer ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
footer ul li {
  margin-bottom: 16px;
}
footer ul li a {
  color: white;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 480px) {
  footer #menu-footer {
    column-count: 2;
    column-gap: 20px;
  }
}
footer #menu-footer li {
  break-inside: avoid;
}
footer .underline-span::after {
  content: "";
  display: block;
  border-radius: 8px;
  background: #9FDFDF;
  height: 3px;
  margin-top: 10px;
}
footer .footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}/*# sourceMappingURL=footer.css.map */