.secondary-hero-container { padding: var(--nhc-section-padding-desktop) 0; }
.secondary-hero-content h1 { font-size: 60px; text-wrap: balance; }
.secondary-hero-content { font-size: 18px; }
.secondary-hero-cta { margin-top: 32px; }
/* ========================================== 
! Large devices (desktops, less than 1600px)
=========================================== */
@media (max-width:1599.98px) {
 .secondary-hero-container { padding: var(--nhc-section-padding-laptop) 0; }
 }
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
 }
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
 .secondary-hero-container { padding: var(--nhc-section-padding-tablet) 0; }
.secondary-hero-content h1 { font-size: 50px; }
 }
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
 .secondary-hero-container { padding: var(--nhc-section-padding-mobile) 0; padding-top: 35px; }
.secondary-hero-content h1 { font-size: 40px; margin-bottom: 20px; }
.secondary-hero-cta { margin-top: 20px; }
 }
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) {
 }
