.simple-hero-content h1{font-size:50px; line-height:1.2; margin-bottom:0; color:var(--vb-blue-dark);}
.simple-hero-content h1 + p{margin-top:40px}


/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
 
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) { 
    .simple-hero-content h1{font-size: 40px;}
}

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width: 767.98px){
    .simple-hero-content{padding-right: 70px;}
    .simple-hero-content h1{font-size: 25px;}
    .simple-hero-content h1 + p{margin-top:20px}
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width: 575.98px){

}

/* ======================================================
! Extra small devices (portrait phones, less than 370px)
====================================================== */
@media (max-width:369.98px) { 
}
