.main-desc {
    margin: 50px 50px;
}

.main-desc .desc-content {
    color: #000000;
    font-size: 31px;
    text-align: center;
}

.main-intro {
    margin-top: 100px;
    text-align: center;
}

.main-title {
    display: inline-block;
    padding: 10px 75px;
    color: #122C7A;
    font-size: 50px;
    border: 1.5px solid #122C7A;
}

.contact-list {
    display: flex;
    justify-content: center;
    margin: 80px auto 0;
    max-width: 1280px;
    font-size: 30px;
    color: #000000;
}

.contact-list-separator {
    width: 1px;
    height: 150px;
    background-color: #000000;
}

.contact-item {
    flex: 1;
    text-align: center;
}

.contact-item img {
    width: 150px;
    height: 150px;
}

.contact-item p {
    margin-top: 18px;
}

.contact-map {
    margin: 80px auto 50px;
    width: 85%;
    max-width: 1280px;
}

.contact-map img {
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 992px) {
    .main-desc .desc-content {
        font-size: 32px;
        line-height: 50px;
    }
}