@media (min-width : 1150px) and (max-width : 1450px) {
    .aboutsec1 h2 {
        font-size: 84.22px;
    }

    .aboutsec1 h1 {

        font-size: 116.22px;
        line-height: 86px;
    }

    .aboutsec1 p {

        font-size: 18px;
        line-height: 35px;
    }

    .contactusform input {
        height: 55px;
    }
    .contacttextarea {
        height: 200px;
    }
}