.how-we-work-information {
    margin-bottom: 120px;
}

@media screen and (max-width: 1024px) {
    .how-we-work-information {
        margin-bottom: 80px;
    }
}

.how-we-work-information__row {
    display: grid;
    gap: 32px 18px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 1024px) {
    .how-we-work-information__row {
        grid-template-columns: 1fr;
    }
}

.how-we-work-information__left-column >*:not(:last-child) {
    margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
    .how-we-work-information__left-column >*:not(:last-child) {
        margin-bottom: 16px;
    }
}

.how-we-work-information__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;
}

@media screen and (max-width: 1024px) {
    .how-we-work-information__title  {
        font-size: 24px;
    }
}

.how-we-work-information__subtitle {
    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;
}

@media screen and (min-width: 1025px) {
    .how-we-work-information__left-column .how-we-work-information__description {
        margin-bottom: 32px;
    }
}

.how-we-work-information__description>*:not(:last-child) {
    margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
    .how-we-work-information__description>*:not(:last-child) {
        margin-bottom: 16px;
    }
}

.how-we-work-information__description {
    color: #6E838E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.125;
}

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

.how-we-work-information__icon svg {
    display: block;
    max-width: 100%;
    margin-inline: auto;
}