@media screen and (min-width: 992px) {
  .ss-pricing-hero {
    padding-top: 8rem;
  }

  .ss-state-hero {
    margin-top: 0;
    padding-top: 8.25rem;
  }

  .section_header.requirements .padding-section-large {
    padding-top: 8.75rem;
  }
}

@media screen and (max-width: 767px) {
  .ss-state-page .ss-state-hero {
    padding-top: 4.6rem;
  }

  .ss-pricing-page .ss-pricing-hero {
    padding-top: 7rem;
  }

  .ss-pricing-page .ss-pricing-grid {
    grid-row-gap: 2.25rem;
  }

  .ss-pricing-page .ss-price-card {
    padding-bottom: 1.75rem;
  }

  .ss-pricing-page .ss-price-card .ss-list {
    grid-row-gap: .75rem;
  }

  .ss-pricing-page .ss-price-card .ss-outline-button {
    width: 100%;
    margin-top: 1.5rem;
  }

  .ss-pricing-page .ss-assurance {
    text-align: center;
    max-width: 28rem;
    margin-right: auto;
    margin-left: auto;
  }

  .ss-pricing-page .ss-assurance .ss-check {
    display: none;
  }

  .section_header .heading-style-h1 {
    letter-spacing: -1px;
    font-size: clamp(2.65rem, 9.25vw, 3.2rem);
    line-height: 1.08;
  }

  .section_header.home .heading-style-h1,
  .section_header.home .heading-style-h1-2 {
    letter-spacing: -3px;
    font-size: clamp(3.75rem, 15vw, 4.85rem);
    line-height: .92;
  }

  .section_header.home .hero_copy > .max-width-xlarge {
    width: 104vw;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .section_header.home .hero_copy > .max-width-xlarge > .max-width-large {
    width: calc(100vw - 2rem);
    max-width: 27rem;
  }

  .section_header .text-size-medium,
  .section_header .text-size-medium-2 {
    font-size: clamp(1.08rem, 4.25vw, 1.22rem);
    line-height: 1.55;
  }

  .section_header .highlight_item .text-size-large {
    font-size: clamp(1rem, 4.2vw, 1.16rem);
    line-height: 1.35;
  }

  .section_header.home .hero_highlight-wrap {
    grid-row-gap: .8rem;
    flex-direction: column;
  }

  .section_header.home .highlight_item {
    grid-column-gap: .7rem;
  }

  .section_header.home .highlight_item .text-size-large {
    font-size: clamp(1.16rem, 4.8vw, 1.35rem);
    line-height: 1.25;
  }

  .section_header.home .highlight_item .icon-embed-xsmall {
    width: 1.8rem;
    height: 1.4rem;
  }

  .section_header.home .highlight_item .icon-embed-xsmall svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .ss-hero-title {
    font-size: clamp(3rem, 9.4vw, 3.7rem);
    line-height: .98;
  }

  .ss-state-hero-title {
    font-size: clamp(3rem, 9.6vw, 3.85rem);
  }

  .ss-hero-copy {
    font-size: clamp(1.08rem, 4.25vw, 1.22rem);
    line-height: 1.55;
  }

  .ss-check-pill {
    font-size: clamp(1rem, 3.9vw, 1.12rem);
  }

  .ss-state-detail-band {
    padding-top: .25rem;
  }

  .ss-state-detail-band .ss-state-detail {
    grid-row-gap: 1.15rem;
    justify-items: center;
    margin-top: 1.5rem;
    padding: 1.35rem;
  }

  .ss-state-detail-image-wrap {
    max-width: 13rem;
    height: 10rem;
  }

  .ss-state-detail-content {
    text-align: center;
  }

  .ss-state-detail-content h2 {
    margin-top: .35rem;
    margin-bottom: .55rem;
    font-size: 2rem;
    line-height: 1.05;
  }

  .ss-state-detail-content p {
    margin-bottom: 1.1rem;
    font-size: 1rem;
    line-height: 1.55;
  }

  .ss-state-detail .brand-button,
  .ss-state-detail .ss-outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    min-width: 11rem;
    min-height: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .ss-state-page .ss-state-hero {
    padding-top: 4.35rem;
  }

  .ss-pricing-page .ss-pricing-hero {
    padding-top: 6.75rem;
  }

  .section_header .heading-style-h1 {
    font-size: clamp(2.55rem, 11.2vw, 3rem);
  }

  .section_header.home .heading-style-h1,
  .section_header.home .heading-style-h1-2 {
    letter-spacing: -3px;
    font-size: clamp(3.55rem, 17vw, 4.05rem);
    line-height: .92;
  }

  .section_header.home .hero_copy > .max-width-xlarge {
    width: 106vw;
  }

  .section_header.home .hero_copy > .max-width-xlarge > .max-width-large {
    width: calc(100vw - 1.25rem);
  }

  .section_header .text-size-medium,
  .section_header .text-size-medium-2,
  .ss-hero-copy {
    font-size: 1.08rem;
  }

  .ss-hero-title,
  .ss-state-hero-title {
    font-size: clamp(2.75rem, 12vw, 3.25rem);
  }

  .ss-state-detail-band .ss-state-detail {
    padding: 1.25rem;
  }

  .ss-state-detail-image-wrap {
    height: 9.5rem;
  }
}
