.handyHero {
    
    height: 600px;
    position: absolute;
    margin: auto;
    width: 100%;
}

.handyHe2 {
    max-width: 1440px;
    margin: auto;    
    height: 600px;
    background-image: url(../images/enoc1.png);
    background-size: cover;
    position: relative;
}

.handyHe2 h1 {
    font-size: 5rem;
    margin: 4%;
    margin-top: 0;
    margin-bottom: 1%;
    padding-top: 10%;

}

.handyHe2 p {
    margin-left: 4.5%;
    margin-bottom: 30px;
    
}

.need {
    margin-top: -80px;
    margin-bottom: 40px;
    text-align: left;
    margin-left: 4%;
}

.ready {
    font-size: 2.7rem;
    color: #337288; 
    margin-bottom: -60px;
   
}

.ready h1 {
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.box {
    display: flex;
    flex-direction: column;
    height: 400px;
}

.serviceForm {
    margin-bottom: 30px;
}

.contentHandy {
    position: relative;
    margin-top: auto;
}

.hat_bottom h3 {
    color: #337288;
    margin-top: 20px;
}

@media all and (max-width: 1599px) {

    .handyHe2 {
        max-width: 100%;
    }
    
    .ready {
        font-size: 2rem;
    }
}

@media all and (max-width: 1100px) {
    .handyHero {
        height: 400px;
    }

    .handyHe2 {
        max-height: 400px;
    }
    

    .handyHe2 h1 {
        font-size: 4rem;
        padding-top: 5%;
    }

    .ready {
        font-size: 2rem;
        
    }

  
}

@media all and (max-width: 950px) {
    .handyHero {
        height: 250px;
    }

    .handyHe2 {
        max-height: 250px;
    }
    

    .handyHe2 h1 {
        font-size: 2.5rem;
        margin-bottom: 1%;
    }

    .handyHe2 p {        
        margin-bottom: 1%;
    }

    

    

    @media all and (max-width: 767px) {
        .handyHero {
            height: 180px;
        }

        .handyHe2 {
            max-height: 180px;
        }

        .handyHe2 h1 {
            font-size: 2rem;
        }

        .handyHe2 p {

            display: none;

        }

        .ready {
            font-size: 1.5rem;
            margin-top: 0;
            
            
        }

        .need {
            margin-top: 0;
            margin-left: 10%;
            margin-right: 5%;
            
        }

        .hat_bottom {
            position: relative;
        }
    }

    
}
