#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;
  padding-block: 50px;
}
#main-footer *:not(.heading) {
  font-size: 1.125rem;
}
.footer-link-container{
  margin-block: 12px;

  /* white-space: nowrap; */
  word-wrap: break-word;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 500px;
}
.sp-footer-link-container{
  margin-block: 12px;

  /* white-space: nowrap; */
      /* overflow: hidden; */
      text-overflow: ellipsis;
      max-width: 90vw;

      white-space: break-spaces;
      overflow-wrap: break-word;
}


@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;
}
