@media (769px <= width) {
  .header {
    min-width: 980px;
  }
  .footer {
    min-width: 1028px;
  }
  .footer .corporate-footer .footer-container {
    flex-wrap: nowrap;
    align-items: start;
    column-gap: 24px;
  }
  .footer .corporate-footer .footer-container .footer-items p {
    word-break: break-all;
    white-space: break-spaces;
  }
}
@media (769px <= width <= 980px) {
  .header .header-nav {
    max-width: 980px;
  }
  .footer .footer-container {
    max-width: 980px;
  }
}