@media only screen and (max-width: 768px) {
  .terms-and-conditions {
    padding: 40px max(2.27%, 10px) 85px;
    gap: 40px;
  }
  .terms-and-conditions__switch-section-header {
    font-size: 1.75em;
  }
  .terms-and-conditions__switch-container {
    margin-bottom: 110px;
  }
  .terms-and-conditions__nav-scroller {
    padding: 0 max(3%, 20px);
  }
  .terms-and-conditions__external-text-group {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 500px) {
  .tnc-state-contact-table__state-header {
    width: 50%;
  }
  .tnc-state-contact-table__state-agency-header {
    width: 50%;
  }
}
@media only screen and (max-width: 452px) {
  .terms-and-conditions__back-to-homepage {
    position: fixed;
    display: grid;
    padding: 20px 20px 40px;
    width: 100vw;
    left: 0;
    background-color: white;
    justify-content: stretch;
    bottom: 0;
    box-shadow: 0 4px 15px 0 rgba(7, 34, 105, 0.1);
    border-radius: 0 0 15px 15px;
  }
}

/*# sourceMappingURL=terms-and-conditions.css.map */
