.text-with-globe {
    background: var(--active-bg);
    color: var(--active-text);
    position: relative;
    text-align: center;
    z-index: 0;
}

.text-with-globe__wrap {
    align-items: center;
    display: flex;
    flex-flow: column;
    max-width: 104.4rem;
    padding-bottom: 11rem;
    padding-top: 1rem; /* Further reduced default padding-top */
}

@media (max-width: 63.999em) {
    .text-with-globe__wrap {
        padding-top: 0.5rem; /* Further reduced padding-top for small screens */
    }
}

@media (min-width: 64em) {
    .text-with-globe__wrap {
        padding-bottom: 13rem;
        padding-top: 2rem; /* Further reduced padding-top for larger screens */
    }
}

.text-with-globe__globe {
    bottom: -38%;
    height: 75%;
    left: 50%;
    max-width: 108rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    position: absolute;
    transform: translate(-50%);
    width: 100%;
    z-index: -1;
}

.text-with-globe__globe > video {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (min-width: 37.5em) {
    .text-with-globe__globe {
        height: 100%;
    }
}

@media (min-width: 64em) {
    .text-with-globe__globe {
        -o-object-fit: contain;
        object-fit: contain;
        width: 80%;
    }
}

@media (min-width: 90em) {
    .text-with-globe__globe {
        width: 70%;
    }
}

.text-with-globe__title {
    font-family: Elizeth, sans-serif;
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 3.5rem;
}

@media (min-width: 48em) {
    .text-with-globe__title {
        font-size: 5rem;
    }
}

@media (min-width: 64em) {
    .text-with-globe__title {
        font-size: 6rem;
    }
}

@media (min-width: 90em) {
    .text-with-globe__title {
        font-size: 7.5rem;
    }
}

@media (min-width: 64em) {
    .text-with-globe__title {
        margin-bottom: 5rem;
    }
}

.text-with-globe__content {
    font-family: Satoshi, sans-serif;
    font-size: 1.6rem;
    font-weight: medium;
    margin-bottom: 5rem;
}

@media (min-width: 48em) {
    .text-with-globe__content {
        font-size: 1.8rem;
    }
}

@media (min-width: 64em) {
    .text-with-globe__content {
        font-size: 2.4rem;
    }
}

.text-with-globe[data-theme=orange] .text-with-globe__cta {
    background: #fff;
}

.text-with-globe[data-theme=orange] .text-with-globe__cta:hover {
    background: #233255;
    color: #fff;
}

.text-with-globe[data-theme=green] .text-with-globe__cta {
    background: #fff;
    color: #233255;
}

.text-with-globe[data-theme=green] .text-with-globe__cta:hover {
    background: #233255;
    color: #fff;
}

.text-with-globe[data-theme=grey] {
    color: #ff5a00;
}

.text-with-globe[data-theme=purple] {
    background: #5a5fe1;
    color: #fff;
}

.text-with-globe[data-theme=salmon] {
    background: #ffa678;
    color: #fff;
}

}