.footer .grid-child {
  flex-wrap: wrap;
}
@media (width <= 991.98px) {
  .footer .grid-child {
    flex-direction: unset;
  }
}
.footer h3 {
  font-size: 1.3rem;
}
.footer .grid-child {
  align-items: flex-start;
  row-gap: 2rem;
}
footer .menu-horizontal {
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}