#about-global {
    padding: 108px 0 0 0;
    background-color: #f8f9fc;
}

#about-global .title {
    font-weight: bold;
    font-size: 52px;
    line-height: 62px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #0A2144;
}

#about-global .text {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #353D46;
    margin: 0 auto 42px auto;
    max-width: 587px;
}

#map {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 798px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

@media (max-width: 1168px) {
    #about-global .about-global-inner {
        padding: 0 24px;
    }
}

@media (max-width: 768px) {
    #map {
        height: 386px;
        background-size: contain;
    }
    #about-global {
        padding-top: 48px;
    }
    #about-global .title {
        padding-bottom: 16px;
        font-size: 28px;
        line-height: 34px;
    }
    #about-global .text {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 27px;
    }
}