/* Small phones to small tablets: from 481px to 767px */
@media only screen and  (max-width: 512px){
    .titleMessage .heading .main{
        position: relative; 
        top: -70px;
    }
}

@media only screen and  (max-width: 480px){

    .titleMessage .heading .main{
        position: relative;
        top: -70px;
        font-size: 42px;
    }

    .titleMessage .heading .sub{
        font-size: 23px;
        position: relative;
        top:30px;
    }

    h4{
        margin-top: 30px;
    }
}

