@media all and (min-width: 1501px){
    
    [data-y-section] .sub-container .who-textblock h3, .who-grid .cell-text h3, #who-adventure div h3{
        font-size: 1.5rem;
    }
    [data-y-section] .sub-container .who-textblock p, .who-grid .cell-text p, #who-adventure div p{
        font-size: 1.25rem;          
    }
    #who-adventure{
        height: 40rem;
    }
    
    .who-grid .cell-img img{
        height: 465px;
        
    }
}