.solutions-services {
    margin-bottom: 128px;
}

@media screen and (max-width: 1024px) {
    .solutions-services {
        margin-bottom: 80px;
    }
}

.solutions-services__row {
    display: grid;
    gap: 20px;
    align-items: center;
    grid-template-columns: 1.41606fr 1fr;
}

@media screen and (max-width: 1024px) {
    .solutions-services__row  {
        grid-template-columns: 1fr;
    }

    .solutions-services__row>:first-child  {
        order: 2;
    }

    .solutions-services__row>:last-child  {
        order: 1;
    }
}

.solutions-services__left-column >*:not(:last-child) {
    margin-bottom: 32px;
}

.solutions-services__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 110%;
    background: linear-gradient(96deg, #E6E7EB -6.36%, #BDD3FA 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solutions-services__item-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.solutions-services__item-number {
    font-size: 48px;
    font-weight: 400;
    line-height: 110%;
    background: linear-gradient(96deg, #E6E7EB -6.36%, #BDD3FA 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solutions-services__item-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 110%;
    background: linear-gradient(96deg, #E6E7EB -6.36%, #BDD3FA 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solutions-services__description>*:not(:last-child) {
    margin-bottom: 16px;
}

.solutions-services__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    background: linear-gradient(96deg, #E6E7EB -6.36%, #BDD3FA 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1024px) {
    .solutions-services__description {
        font-size: 14px;
    }
}
.solutions-services__link-wrapper {
    text-align: right;
}


.solutions-services__link {
    padding: 14px 16px;
    border-radius: 4px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 105.735%;
    border: 1px solid #BDD3FA;
    color: #BDD3FA;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .solutions-services__link  {
       width: 100%;
    }
}

.solutions-services__link-icon {
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 2px;
    border: 1px solid #000;
    display: block;
}

.solutions-services__link-icon {
    border: 1px solid #BDD3FA;
}