.main .main-content{
    min-height: 600px;
    min-height: 960px;
    position: relative;
}
.main .div-bg {
    width: 100%;
    height: 100%;
    background: pink;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url("../imgfolder/map1.png") no-repeat center;
    background-size: 100% ;
    background-size: cover;
    background-position: bottom;
}
.main .contact-title {
    width: 100%;
    text-align: center;
    font-size: 48px;
    font-size: var(--page-h1);
    color: #181D23;
    line-height: 64px;
    padding-top: 88px;
    font-weight: 600;
}

.main .contact-subtitle {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-size: var(--page-text);
    color: #181D23;
    line-height: 32px;
    margin-top: 12px;
}

.main .contact-info-grid {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*padding: 64px 0 0 250px;*/
    padding-left: 250px;
    position: absolute;
    top: 50%;
    margin-top: -130px;
}

.main .contact-x {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
}

.main .contact-icon {
    width: 64px;
    height: 64px;
    display: flex;
    flex: none;
}

.main .phone-icon {background: url("../imgfolder/phone.png") no-repeat center;background-size: 100%;}
.main .email-icon {background: url("../imgfolder/email.png") no-repeat center;background-size: 100%;}
.main .address-icon {background: url("../imgfolder/address.png") no-repeat center;background-size: 100%;}

.main .phone-x {
    /*width: 490px;*/
    text-align: center;
}

.main .address-x {
    /*margin-left: auto;*/
}

.main .contact-text {
    margin-left: 10px;
    font-size: 32px;
    font-size: 20px;
    font-size: var(--page-text);
    color: #181D23;
    color: #333;
    line-height: 96px;
    /*font-weight: 600;*/
    /*margin-top: 24px;*/
}

.main .address-x .contact-text {
    /*width: 464px;*/
    line-height: 48px;
}

.main .map-x {
    width: 1280px;
    height: 420px;
    border-radius: 8px;
    border-radius: var(--radius);
    margin: 64px 0 0;
    background: url("../imgfolder/map.png");
    display: none;
}




@media (max-width: 1024px) {
    .main .main-content {
        padding: 0;
        min-height: 248px;
        min-height: 448px;
    }
    .main .contact-info-grid {
        padding: 0 16px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        height: auto;
        top: 55%;
    }
    .main .contact-x {
        margin: 10px 0;
    }
    .main .contact-icon {
        width: 48px;
        height: 48px;
    }
    .main .contact-text {
        line-height: 48px;
    }
    .main .address-x .contact-text {
        line-height: 28px;
    }

    .main .div-bg {
        /*background-position: 80%;*/
        background: url("../imgfolder/phone/map1.png") no-repeat center;
        background-size: cover;
    }
}