.who-we-work-hero {
    margin-top: 290px;
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .who-we-work-hero  {
        margin-top: clamp(72px, 17vw, 120px);
        margin-bottom: 32px;
    }
}

.who-we-work-hero__container {
    width: 100%;
    max-width: none;
    margin-inline: auto;
    position: relative;
    z-index: 1;
    min-height: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
}

.who-we-work-hero__container-inner {
    border-radius: 24px;
    background: rgba(9, 9, 11, 0.50);
    padding: 24px;
    max-width: 1066px;
    border: 1px solid rgba(189, 211, 250, 0.22);
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    .who-we-work-hero__container-inner  {
        padding-inline: 8px;
    }
}

.who-we-work-hero__title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1072;
    background: linear-gradient(96deg, #E6E7EB -6.36%, #BDD3FA 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .who-we-work-hero__title {
        font-size: 32px;
        letter-spacing: -0.96px;
        line-height: 1.0938;
    }
}
