.solutions-hero {
    margin-top: 290px;
    margin-bottom: 109px;
}

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

.solutions__container {
    width: 100%;
    position: relative;
    z-index: 1;
    min-height: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
}

.solutions__container-inner {
    border-radius: 24px;
    background: rgba(9, 9, 11, 0.50);
    padding: 24px;
    max-width: 886px;
}

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

.solutions__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: 32px;
}

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

.solutions__description {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.125;
    max-width: 838px;
}

@media screen and (max-width: 1024px) {
    .solutions__description {
        font-size: 14px;
        line-height: 1.0715;
    }
}