.intro-content h1{font-size:50px; line-height:1.2; margin-bottom:35px; color:var(--vb-blue-dark); text-transform:uppercase;}
 .page-template-accessibility .intro-content{padding-right: 70px;}


 .page-template-event-page .intro-content,
 .page-template-business-page .intro-content{padding-right: 15%;}

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
    .page-template-event-page .intro-content,
    .page-template-business-page .intro-content{padding-right: 0;}
   
}

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

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width: 767.98px){
    .intro-content{padding-right: 50px;}
   .home .intro-content{padding-right: 100px;}
    .intro-content h1{font-size:25px; margin-bottom: 20px;}  
    .page-template-event-page .intro-content, .page-template-business-page .intro-content{padding-right: 65px;}

}

/* ======================================================
 ! 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) { 
}
