.data_centers {
    background: linear-gradient(180deg, #DDE9FF 0%, #FFFFFF 54.17%, rgba(221, 233, 255, 0.38) 100%);
}

.shadow-bg{
	opacity: 0;
}

.data_centers h2 {
    color: #18327b;
    text-align: center;
}


.data_centers .wrap {
    display: flex;
    align-items: flex-start;
}

.data_centers .right {
    position: relative;
    width: calc(100% - 370px);
}

.data_centers .blue_btn {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.data_centers .left {
    color: #0d3380;
    width: 370px;
}

.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%);
}

.rtl .data_centers svg {
    left: unset;
    right: 50%;
    transform: translate(50%, -50%);
}

@media screen and (max-width: 968px) {
    .data_centers .wrap {
        flex-direction: column;
    }

    .data_centers .right {
        padding: 40px 0;
    }

    .data_centers .left,
    .data_centers .right {
        width: 100%;
    }


    .data_centers svg {
        bottom: 40px;
    }

    .data_centers .right img {
        max-width: 100%;
        height: auto;
    }
}
.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;
}

.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;
    }