footer .section-footer {
  background: linear-gradient(90deg, #00745E -0.64%, #66AC9E 100.41%);
}
footer .hr-beige {
  background: #F8F4ED;
  height: 1px;
  margin: 8px 0 16px 0;
}
footer .footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}
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;
  line-height: 24px;
}
footer ul li a:hover {
  color: white;
}
footer ul li a:hover:visited {
  color: white;
}
footer #menu-footer li {
  break-inside: avoid;
}

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