@media (max-width: 480px) {
    .sec1head{
        font-size: 33px;
    }
    .sec1head2{
        font-size: 34px;
    }
    .sec2-head{
        font-size: 23px;
        margin-top: 50px;
    }
    .input{
        width: 90%;
    }
    .textarea{
        width: 90%;
        height: 150px;
    }
    .para3{
        font-size: 14px;
    }
    .chek-para{
        font-size: 14px;
    }
    .last-paradiv{
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 50px;
    }
    .chek-box{
        width: 26px;
    }
    .chek-box:checked::after{
        width: 5px;
        height: 10px;
    }
}
@media (min-width: 481px) and (max-width: 991px){
    .sec1head{
        font-size: 45px;
    }
    .sec1head2{
        font-size: 45px;
    }
    .sec2-head{
        margin-top: 50px;
    }
    .input{
        width: 90%;
    }
    .textarea{
        width: 90%;
        height: 200px;
    }
    .chek-para{
        font-size: 14px;
    }
}