.ghrc-hero-slider {
  height: 88svh !important;
  min-height: 650px !important;
  max-height: 860px !important;
}

.ghrc-hero-slider [data-hero-image] {
  object-position: center top;
}

.ghrc-banner-title {
  max-width: 1040px;
  font-size: clamp(2.25rem, 3.7vw, 3.15rem) !important;
  line-height: 1.08 !important;
}

.ghrc-quick-actions {
  margin-top: -1rem !important;
}

.ghrc-hero-slider a.glass {
  border-color: rgba(255, 255, 255, 0.62) !important;
  background: var(--ghrc-button-bg) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px -18px rgba(22, 19, 63, 0.45) !important;
}

.ghrc-hero-slider a.glass:hover {
  background: var(--ghrc-button-hover-bg) !important;
  border-color: var(--ghrc-button-hover-bg) !important;
}

@media (max-width: 879px) {
  .ghrc-hero-slider {
    height: 78svh !important;
    min-height: 540px !important;
    max-height: 760px !important;
  }

  .ghrc-banner-title {
    font-size: clamp(1.9rem, 8vw, 2.45rem) !important;
  }

  .ghrc-quick-actions {
    margin-top: 1rem !important;
  }
}
