.level-2-hero-container { padding: 224px 0 50px; }
.level-2-hero-heading h1 { font-size: 70px; margin-bottom: 0; }
.level-2-hero-cta { margin-top: 40px; }
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
.level-2-hero-heading h1 { font-size: 60px; }
}
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
.level-2-hero-container { padding: 160px 0 75px; }
.level-2-hero-heading h1 { font-size: 50px; margin-bottom: 60px; }
}
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
.level-2-hero-heading h1 { font-size: 35px; }
}
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) { }