/* Match the network service description and schedule alignment to the design. */
@media (min-width: 992px) {
  html body .hth-network-description .about-service-description-text1 {
    width: calc(100% - 80px) !important;
    max-width: 1160px !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body .section-6 .schedule-filter .field-label {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    border: 0;
    justify-self: start;
    text-align: left;
  }
  html body .section-6 .schedule-main-classes .date-wrap {
    justify-content: flex-start !important;
    justify-self: stretch;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  html body .section-6 .schedule-main-classes,
  html body .section-6 .schedule-headers {
    box-sizing: border-box;
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  html body .section-6 .schedule-headers {
    border-bottom: 1px solid var(--greeeey, #3c3c3c);
  }
  html body .section-6 .schedule-headers > .schedule-divider-headers {
    display: none !important;
  }
}
