@media (min-width : 1150px) and (max-width  : 1450px){
    .sec1 h1{
        font-size: 65px;
    }
    .sec2box1{
        width: 267px;
        height: 268px;
    }
    .sec2box1  h3{
        font-size: 19px;
    }
    .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;
    }
}