@media (max-width: 1199.98px) {
  .locator-hero-copy h1 {
    font-size: 2.6rem;
  }

  .locator-section-heading h2 {
    font-size: 2rem;
  }

  .locator-process-row::before {
    left: 17%;
    right: 17%;
  }
}

@media (max-width: 991.98px) {
  .locator-hero {
    padding: 3rem 0 3.5rem;
  }

  .locator-hero-copy,
  .locator-search-card {
    max-width: 42rem;
    margin: 0 auto;
  }

  .locator-hero-copy {
    text-align: center;
  }

  .locator-hero-copy h1 span {
    display: inline;
  }

  .locator-hero-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .locator-process-shell {
    padding: 2.25rem 1.5rem;
  }

  .locator-process-row::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .locator-hero-copy h1 {
    font-size: 2.15rem;
    line-height: 1.25;
  }

  .locator-hero-copy p,
  .locator-section-heading p {
    font-size: 1rem;
    line-height: 1.75;
  }

  .locator-search-head,
  .locator-search-form {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .locator-search-btn {
    font-size: 1rem;
  }

  .locator-section-heading h2 {
    font-size: 1.8rem;
  }

  .locator-explore-section,
  .locator-benefits-section,
  .locator-process-section {
    padding-top: 3rem;
    padding-bottom: 3.2rem;
  }

  .locator-load-more {
    min-width: 11.5rem;
    min-height: 3.1rem;
    font-size: 1.1rem;
  }

  .locator-benefit-card {
    padding: 1.4rem 1rem 1.25rem;
  }

  .locator-benefits-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0.6rem;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .locator-benefits-row > [class*="col-"] {
    flex: 0 0 18rem;
    max-width: 18rem;
    scroll-snap-align: start;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .locator-benefits-row::-webkit-scrollbar {
    height: 0.45rem;
  }

  .locator-benefits-row::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 999px;
  }

  .locator-process-shell {
    padding: 2rem 1rem;
    border-radius: 1.4rem;
  }

  .locator-process-card {
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .locator-hero {
    padding-top: 2.5rem;
  }

  .locator-hero-copy {
    text-align: left;
  }

  .locator-hero-copy h1 span {
    display: block;
  }

  .locator-hero-copy p {
    margin-left: 0;
    margin-right: 0;
  }

  .locator-stat-grid {
    margin-top: 1.5rem;
  }

  .locator-stat-card {
    min-height: 5.2rem;
    padding: 0.9rem 0.8rem;
  }

  .locator-search-head h2 {
    font-size: 1.1rem;
  }

  .locator-search-head p {
    font-size: 0.8rem;
  }

  .locator-divider::before,
  .locator-divider::after {
    width: calc(50% - 3.9rem);
  }

  .locator-divider span {
    font-size: 0.58rem;
  }

  .locator-chip-group {
    justify-content: flex-start;
  }

  .locator-chip {
    min-height: 2.7rem;
    padding: 0.6rem 0.85rem;
    font-size: 0.85rem;
  }

  .locator-benefit-icon,
  .locator-process-icon {
    width: 4.4rem;
    height: 4.4rem;
  }

  .locator-benefit-icon img,
  .locator-process-icon img {
    width: 2.2rem;
    height: 2.2rem;
  }

  .locator-benefits-row > [class*="col-"] {
    flex-basis: 16.5rem;
    max-width: 16.5rem;
  }
}
