.global-presence-wrapper-b666e3ee {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.global-presence-image-b666e3ee {
    flex: 1 1 50%;
    min-width: 300px;
}

.global-presence-image-b666e3ee img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.global-presence-content-b666e3ee {
    flex: 1 1 50%;
    min-width: 300px;
    background-color: #142036;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.global-presence-title-b666e3ee {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: serif;
}

.global-presence-desc-b666e3ee {
    font-size: 15px;
    line-height: 1.8;
    color: #9ba4b5;
    margin-bottom: 50px;
}

.global-presence-divider-b666e3ee {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 50px;
}

.global-presence-stats-b666e3ee {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 30px;
}

.global-presence-stat-item-b666e3ee {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.global-presence-stat-val-b666e3ee {
    font-size: 36px;
    color: #d4b572;
    font-family: serif;
    line-height: 1.1;
}

.global-presence-stat-label-b666e3ee {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6b7a99;
}

@media (max-width: 768px) {
    .global-presence-wrapper-b666e3ee {
        flex-direction: column;
    }
    .global-presence-content-b666e3ee {
        padding: 50px 30px;
    }
    .global-presence-stats-b666e3ee {
        flex-direction: column;
        align-items: flex-start;
    }
}
