.request-consultation-page .section-cta-1 {
  display: none;
}

.header-logo {
  width: auto;
  height: 1.75rem;
}

.footer-logo-image {
  width: auto;
  height: 4rem;
  opacity: 0.75;
}

.location-info-button:hover .button-text{
  color: #000 !important;
}

@media screen and (min-width: 1216px) {
  .header-logo {
    height: 4rem;
  }
  
  .is-scrolling .header-logo, .is-scrolling-up .header-logo {
    height: 1.75rem;
  }
  
}