#main-footer .footer-data {
  width: 100%;
  max-width: 992px;
  gap: 1.375rem;
  margin: 0 auto;
  margin-bottom: 40px;
}
#main-footer .logo {
  margin: 0 auto;
  max-width: 992px;
  display: flex;
  justify-content: center;
}
#main-footer *:not(.heading) {
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  #main-footer .footer-data {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  #main-footer .footer-data {
    grid-template-columns: repeat(3, 1fr);
  }
}
#main-footer .footer-data > div {
  width: 100%;
}
#main-footer .footer-data > div h3 {
  margin-bottom: 0.75rem;
}
#main-footer {
  padding: 40px 0;
}
#main-footer .copy {
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}
#main-footer .copy a {
  text-decoration: underline;
}
