@charset "UTF-8";


@media screen and (max-width: 1800px){

    html{
        zoom: .9;
    }

}

@media screen and (max-width: 1600px){

    html{
        zoom: .8;
    }

}
@media screen and (max-width: 1440px){

    html{
        zoom: .7;
    }

}

@media screen and (max-width: 1200px){

    html{
        zoom: .6;
    }

}

@media screen and (max-width: 1024px){

    html{
        zoom: .55;
    }
    .contact > div{
        width: 95%;
    }
}

@media screen and (max-width: 768px){
    .contact .content{
        margin: 0 20px;
    }
}

@media screen and (max-width: 414px){

    .contact .content ul li p{
        font-size: 18px;
    }
    .contact .content .thanks p{
        font-size:18px ;
    }
    .contact .content ul li p{
        font-size: 18px;
    }
    .contact .content .input{
        font-size: 18px;
    }
    .contact .content .input #button{
        font-size: 18px;
    }
}
