@charset "UTF-8";





@media screen and (max-width: 1470px){
    .contact > div{
        width: 95%;
    }
}

@media screen and (max-width: 768px){
    .contact .msg .left,
    .contact .msg .right{
        float: none;
        width: 100%;
        margin:auto;
    }
    .contact .msg .one {
        margin-bottom: 30px;
    }
    .contact .msg .left >  div {
        margin-bottom: 30px;
    }
    .contact .add ul li{
        width: 49%;
        margin-left: 2%;
    }
    .contact .add ul li:nth-child(3n+1){
        margin-left: 2%;
    }
    .contact .add ul li:nth-child(2n+1){
        margin-left: 0;
    }
}

@media screen and (max-width: 425px){
    .contact .add ul li{

    }
    .contact h4{
        font-size: 14px;
    }
    .contact p{
        font-size: 14px;
    }
    .contact h3{
        margin-bottom: 15px;
        font-size: 16px;
    }
    .contact .add ul li{
        width: 100%;
        margin-left: 0%;
    }
    .contact .add ul li:nth-child(3n+1){
        margin-left: 0%;
    }
    .contact .add ul li:nth-child(2n+1){
        margin-left: 0;
    }
    .contact .title h2{
        font-size: 20px;
    }
    .contact .title p{
        font-size: 18px;
    }
    .contact{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contact .title {
        margin-bottom: 25px;
    }
    .contact .msg{
        margin-bottom: 30px;
    }
    .contact .add h3{
        margin-bottom: 30px;
    }
    .contact .add ul li{
        margin-bottom: 20px;
    }
}








