*{
    margin: 0;
    padding: 0;
}

#contact {
    margin-top: 70px;
    margin-bottom: 100px;
}

#contact .box {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    display: flex;
    min-height: 500px;
    max-width: 1600px;
}

#contact .title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 80px;
}

/* left */
#contact .box .left {
    width: 35%;
    background-color: rgba(60,60,60,1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contact .box .left .left-box {
    padding: 50px;
}

#contact .left .name {
    color: #fff;
    font-size: 27px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 20px;
}

#contact .left .text {
    color: #fff;
    font-size: 18px;
    line-height: 2;
}

#contact .left .text a {
    color: #fff;
    text-decoration: none;
}

/* right */
#contact .right {
    width: 65%;
}

#contact .right .map,#contact .right .map>div {
    height: 100%;
}

/* h5 */
@media (max-width: 768px) {
    #contact {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    #contact .title {
        margin-bottom: 30px;
    }

    #contact .box {
        flex-direction: column;
        min-height: 750px;
    }

    #contact .box .left,#contact .right {
        width: 100%;
    }

    #contact .box .left .left-box {
        padding: 30px;
    }

    #contact .left .name {
        font-size: 18px;
    }

    #contact .right {
        height: 400px;
    }
}
