.section-router .section-router-fullwidth {
  width: 100%;
  text-align: center;
}

.section-router .section-router-fullwidth .typography-callout {
  width: 100%;
}

.section-router .section-router-fullwidth .copy-wrapper .large-9 {
  width: 100%;
}

.section-router-fullwidth ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-footer .section-router-fullwidth .container .copy-wrapper {
  min-height: 167px;
}

@media only screen and (max-width: 1068px) {
  .section-footer .section-router-fullwidth .container .copy-wrapper {
    min-height: 0;
  }
}
