/* Add custom CSS styles below */ 
section.CA_sub_banner_6 .container ,
section.CA_sub_banner_4 .container  {
    align-items:start;
    padding-top:100px;
}
@media(max-width:768px){
    section.CA_sub_banner_6 .container ,
    section.CA_sub_banner_4 .container  {
        padding-top:50px;
    }
    section.CA_sub_banner_0 h2{
        width:180px !important;
    }
}