.section.financial-market {
    min-height: 100vh;
    height: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
}

.section.personal-market {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    margin: 0;
}

.globe-text-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.geo-globe-wrap {
    max-width: 100%;
}

.globe-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    max-width: 350px;
}

.globe-text-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.globe-text-body {
    font-size: 1rem;
    font-weight: 400;
    text-align: justify;
}

.geo-globe-wrap #personalGlobe {
    width: 300px;
}

@media (max-width: 700px) {
    .globe-text-wrapper {
        flex-direction: column;
    }
}
