.how-work-engagements {
    margin-bottom: 140px;
}

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

.how-work-engagements__row {
    display: grid;
    grid-template-columns: 0.7106fr 1fr;
    gap: 46px 20px;
    align-items: center;
}

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

.how-work-engagements__left-column>*:not(:last-child) {
    margin-bottom: 16px;
}

.how-work-engagements__left-column .how-work-engagements__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;
    margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
    .how-work-engagements__left-column .how-work-engagements__title {
        font-size: 24px;
        margin-bottom: 24px;
    }
}

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

.how-work-engagements__list-title,
.how-work-engagements__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.125;
}

.how-work-engagements__description {
    color: #6E838E;
}

.how-work-engagements__list-title {
    background: linear-gradient(96deg, #E6E7EB -6.36%, #BDD3FA 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.how-work-engagements__left-column .how-work-engagements__list {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
}

.how-work-engagements__list-item {
    color: #6E838E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.125;
    position: relative;
    padding-left: 24px;
}

.how-work-engagements__list-item::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #6E838E;
    position: absolute;
    top: 7px;
    left: 8px;
}

.how-we-work-engagements__btn {
    color: #BDD3FA;
    background: transparent;
    border: 1px solid #BDD3FA;
    padding: 14px 16px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 105.735%;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .how-we-work-engagements__btn {
        width: 100%;
    }
}

.how-we-work-engagements__btn-icon {
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 2px;
    border: 1px solid #BDD3FA;
    display: block;
}