.home-footer-banner-section {
  padding-top: 2.5rem;
  padding-bottom: 2.75rem;
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

@media (min-width: 640px) {
  .home-footer-banner-section {
    padding-top: 3rem;
    padding-bottom: 3.25rem;
  }
}

/* Profile page: space above divider line */
.business-profile.directory-listing-section + .home-footer-banner-section {
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .business-profile.directory-listing-section + .home-footer-banner-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .business-profile.directory-listing-section + .home-footer-banner-section {
    padding-top: 3.25rem;
    padding-bottom: 3rem;
  }
}

.all-locations-page ~ .home-footer-banner-section {
  padding-top: 1.25rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .all-locations-page ~ .home-footer-banner-section {
    padding-top: 1.75rem;
    padding-bottom: 2.25rem;
  }
}
