.company-presence {
    position: relative;
    background: #2e3586;
    background: radial-gradient(circle at top left, #386caa, transparent 30%), 
                radial-gradient(circle at bottom right, #8c2d56, transparent 30%), 
                #2e3586;
    padding: 50px;
    text-align: center;
    color: #fff;
}

.company-presence .map-background {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.company-presence .map-image {
    width: 100%;
    height: auto;
}

.company-presence .locations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.company-presence .location {
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    transform: translate(-50%, -50%);
}

.company-presence .location img {
    display: block;
    margin: 0 auto 5px;
}
