/* RentGuarantor CSS: headers.css (source: src/assets/scss/_headers.scss) */
@media (max-width: 991.98px) {
  .primary-header .hero-illustration {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .primary-header {
    border-radius: 0 !important;
  }
  .primary-header h1 {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (max-width: 575.98px) {
  .primary-header h1 {
    font-size: 2rem !important;
  }
}

@media (max-width: 767.98px) {
  .hero-content {
    min-height: 60px !important;
    margin-bottom: 1rem;
  }
}