.location-tab {
    margin-top: -175px;
}

// Map 12
.map_12 {
    .data-center__pin {
        background-color: $yellow-custom;
        &::after {
            background-color: rgba($yellow-custom , 0.1);
        }
    }
}