.data_centers {
    background: #fff;
    text-align: center;
    padding-top: 123px;
    padding-bottom: 147px;

    @media screen and (max-width: 920px) {
        padding-bottom: 116px;
    }

    @media screen and (max-width: 429px) {
        padding-bottom: 92px;
    }
}

.data_centers svg path.bigger {
    transform: scale(1.5);
    transform-box: stroke-box;
    transform-origin: center;
    fill: #ffffff4a;
}

.data_centers h2 {
    color: #18327B;
}

@media screen and (max-width: 576px) {
    .data_centers h2 {
        font-size: 28px;
    }
}

.data_centers .container {
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
}

.rtl .data_centers .container {
    text-align: right;
}

.data_centers .text_wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.7em;
    max-width: 300px;
    flex-shrink: 0;
    padding-bottom: 75px;

    @media screen and (max-width: 920px) {
        padding-bottom: 15px;
    }
}

.data_centers .text_wrapper h2 {
    line-height: 1.411em;
    font-size: 34px;
    margin-bottom: 11px;

    @media screen and (max-width: 920px) {
        font-size: 27px;
        padding-inline: 20px;
    }
}

.data_centers img {
    min-width: 100%;
    height: auto;
}

.data_centers .blue_btn {
    max-width: fit-content;
    padding: 17px 34px;
    font-weight: 600;

    @media screen and (max-width: 920px) {
        margin-inline: auto;
        padding: 15px 38px;
        font-weight: 400;
    }
}

.data_centers svg {
    width: 100%;
    height: auto;
    left: 50%;
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    bottom: 8px;
    top: 50%;
    transform: translate(-50%, -50%);

    @media screen and (max-width: 920px) {
        width: 100%;
        left: 0;
        bottom: 0;
        top: unset;
        transform: translate(0, 0);
    }
}

.map_wrapper {
    position: relative;
    margin-top: 49px;

    @media screen and (max-width: 920px) {
        margin-top: 11px;
    }
}

.tippy-box {
    background: #fff;
    color: #193E87;
    box-shadow: 10px 1px 50px 0px #9CB0E466;
    font-size: 16px;
}

.tippy-box .bold {
    font-weight: 700;
    padding-left: 5px;
}

.rtl .tippy-box .bold {
    padding-left: unset;
    padding-right: 5px;
}

.tippy-box strong {
    display: flex;
    align-items: center;
    padding-right: 4px;
    flex-direction: row-reverse;
}

.rtl .tippy-box strong {
    padding-right: unset;
    padding-left: 4px;
}

.tippy-box svg {
    width: 25px;
    height: 16px;
    margin-right: 7px;
    border-radius: 100%;
    transform: scaleY(1.5);
}

.rtl .tippy-box svg {
    margin-right: unset;
    margin-left: 7px;
}

.tippy-box a {
    display: none;
    text-decoration: underline;
    color: #193E87;
}

.tippy-arrow {
    color: #fff;
}

.tippy-box .tippy-content {
    padding: 16px;
    display: flex;
    align-items: center;
}

.tippy-box .tippy-content br {
    display: none;
}

@media screen and (max-width: 920px) {
    .data_centers .container {
        flex-direction: column;
        text-align: center;
    }
}


.shadow-bg {
    opacity: 0;
}

.shadow-bg, .stroke {
    transition: opacity 0.3s ease-in-out;
}

.shadow-bg .background {
    filter: brightness(1000%);
}

.tippy-box {
    border-radius: 10px;
    pointer-events: none
}

.pin {
    pointer-events: none;
}