.operation-map-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 56px 0 64px;
    overflow: hidden;
}

.operation-map-section__heading {
    max-width: 1280px;
    margin: 0 auto 24px;
    padding: 0 32px;
}

.operation-map-section__heading h2 {
    margin: 0 0 12px;
    font-size: 35px;
    font-weight: 700;
}

.operation-map-section__heading p {
    max-width: 880px;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.operation-map-section__frame {
    width: 100%;
}

.operation-map-section__frame iframe {
    display: block;
    width: 100%;
    height: 520px;
    border: 0;
}

.operation-map-section__actions {
    max-width: 1280px;
    margin: 18px auto 0;
    padding: 0 32px;
    text-align: center;
}

.operation-map-section__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: #225e44;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.operation-map-section__actions a:hover {
    background: #184632;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .operation-map-section {
        padding: 40px 0 48px;
    }

    .operation-map-section__heading,
    .operation-map-section__actions {
        padding: 0 16px;
    }

    .operation-map-section__heading h2 {
        margin-bottom: 10px;
        font-size: 35px;
    }

    .operation-map-section__frame iframe {
        height: 380px;
    }
}
