@media all and (min-width: 601px){
    
    header+[data-slideshow] [data-slide-text]{
        width: 55%;
    }    
    
    [data-y-section~='title'] #page-title{
        font-size: 40px;        
    }     
    
    @media all and (max-width: 900px){
        [data-y-section] .sub-container .who-textblock{
            padding-right: 3rem;
        }
    }    
    
    #who-adventure div>h3{
        padding-top: 2rem;
    }
        
}