.contact {
    padding: 8rem 0;
    background-color: #fff;
}

.contact-top {
    width: 140rem;
    height: 40rem;
    display: flex;
    justify-content: space-between;
}

.contact-top-for {
    width: 45.6rem;
    height: 38.4rem;
    border-radius: 1rem;
    background-color: #F5F5F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3.2rem 1.6rem;
}

.contact-top-for>img {
    width: 6rem;
    height: 6rem;
    margin-bottom: 1.6rem;
}

.contact-top-for>span {
    font-size: 2.8rem;
    font-weight: 600;
    color: #05173C;
    line-height: 3.4rem;
    text-align: center;
}

.contact-top-for>p {
    height: 5.7rem;
    line-height: 1.9rem;
    font-size: 1.6rem;
    color: #05173C;
    opacity: 0.8;
    margin: 2.4rem 0 3.2rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.contact-top-for>div {
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    color: #05173C;
    font-weight: 500;
}

.contact-top-for>div a{
    color: #05173C;
}

.contact-top-for:hover {
    background-color: #FFFFFF;
    box-shadow: 0rem 0.4rem 1.2rem 0.1rem rgba(5, 23, 60, 0.16);
}

.contact-top-for:hover>div {
    color: #F16522;
}

.contact-top-for:hover>div a {
    color: #F16522;
}

.contact-maps {
    width: 140rem;
    height: 50rem;
    border-radius: 1rem;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .contact {
        padding: 0;
    }

    .contact-top {
        width: 34.3rem;
        height: auto;
        display: block;
        padding: 4rem 0;
    }

    .contact-top-for {
        width: 34.3rem;
        height: auto;
        padding: 2.4rem 1.2rem;
        margin-top: 1.6rem;
    }

    .contact-top-for:first-child {
        margin-top: 0;
    }

    .contact-top-for>img {
        width: 3.2rem;
        height: 3.2rem;
        margin-bottom: 0.8rem;
    }

    .contact-top-for>span {
        font-size: 1.6rem;
        line-height: 1.9rem;
    }

    .contact-top-for>p {
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 1.2rem;
        margin: 1.6rem 0 2.4rem;
    }

    .contact-top-for>div {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .contact-maps {
        width: 37.5rem;
        height: 28.1rem;
        border-radius: 0;
        overflow: hidden;
    }
}
