
/* Global Layout Section */
#global-layout {
    width: 100%;
    background: #fff;
    /* padding: 0 0 80px; */
    margin-top: 91px;
}

.global-layout-wrapper {
    max-width: 1382px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.global-layout-title {
    color: var(--text-dark);
    font-size: var(--text-h2);
    letter-spacing: 1.45px;
    font-family: var(--font-alibaba-puhuiti);
    font-weight: 550;
    line-height: 56px;
    text-align: center;
    margin: 0 auto 30px;
    max-width: 1200px;
}

.global-layout-description {
    color: var(--text-medium);
    font-size: var(--text-md-lg);
    letter-spacing: 0.5px;
    font-family: var(--font-alibaba-puhuiti);
    font-weight: var(--weight-regular);
    line-height: 1.8;
    text-align: center;
    margin: 0 auto 82px;
    max-width: 1100px;
}

.global-map-container {
    width: 100%;
    max-width: 1382px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.global-map-image {
    width: 90%;
    height: auto;
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    #global-layout {
        padding: 0 0 40px;
        margin-top: 40px;
    }

    .global-layout-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .global-layout-description {
        font-size: 1rem;
        margin-bottom: 40px;
    }

    .global-map-image {
        width: 100%;
    }
}
