@media only screen and (max-width: 642px) {

.omlette-section h1 {

    font-size:2.5rem;
}


}

@media only screen and (max-width: 554px) {

    .omlette-section h1 {
    
        font-size:2rem;
    }
    
    
    }

    @media only screen and (max-width: 474px) {

        .omlette-section h1 {
        
            font-size:1.5rem;
        }
        
        
        }

        @media only screen and (max-width: 387px) {

            .omlette-section h1 {
            
                font-size:1rem;
            }
            
            
            }