@media (min-width : 992px) and (max-width : 1149px) {

    .sec1 h1 {
        font-family: 'Abhaya Libre';
        font-weight: 800;
        font-size: 55px;
        text-transform: capitalize;
        color: #ffffff;
    }

    .linkimages img {
        width: 46%;
    }

    .sec3 {
        padding-top: 110px;
    }

    .sec3 h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .sec3 p {
        font-size: 15px;
    }

    .sec4 {
        padding-top: 150px;
    }

    .sec4 h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .footer h6 {
        font-size: 21px;
        text-transform: capitalize;
    }
    .footerlogo{
        width: 280px;
    }
    .footer p a {
        font-size: 14px;
        margin-bottom: 6px !important;
        text-transform: capitalize;
        text-wrap: nowrap;
    }
}