.other-hero {
    padding-top: 182px;
    padding-bottom: 60px;
    position: relative;
}

.other-hero::before {
    content: "";
    position: absolute;
    top: -309px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/wp-content/uploads/2026/03/second_hero.svg') no-repeat top center;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
    min-height: 1120px;
}

.other-hero::after {
    content: "";
    position: absolute;
    top: -220px;
    left: -240px;
    width: 100%;
    height: 100%;
    background: url('/wp-content/uploads/2026/02/ellipse-hero.svg') no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.other-hero__title * {
    background: var(--gradient-white-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    font-size: 72px;
    text-align: center;
}

.other-hero__title em {
    background: var(--gradient-green-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: normal;
}

.other-hero__title em {
    position: relative;
    display: inline-block;
    z-index: 1;
    background: var(--gradient-green-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.other-hero__title em::before {
    content: "";
    position: absolute;
    top: 55%;
    left: 50%;
    width: 375px;
    height: 260px;
    transform: translate(-50%, -50%);
    background: url('/wp-content/uploads/2026/02/green-shape.svg') no-repeat center;
    background-size: contain;
    filter: blur(10px);
    opacity: .9;
    pointer-events: none;
    z-index: -1;
}

.other-hero__description {
    margin-top: 16px;
    color: var(--navy-200);
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}

@media screen and (max-width: 768px) {

    .other-hero {
        padding-top: 120px;
    }

    .other-hero__title * {
        font-size: 48px;
    }

    .other-hero__title em::before {
        width: 150px;
    }
}

@media screen and (max-width: 620px) {
    .other-hero__description br {
        display: none;
    }
}