.how-work-communication {
    margin-bottom: 120px;
    position: relative;
    z-index: 1;
}

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

.how-work-communication__row {
    display: grid;
    grid-template-columns: 1.00607fr 1fr;
    gap: 32px 20px;
    align-items: center;
}

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

    .how-work-communication__row>*:first-child {
        order: 2;
    }

    .how-work-communication__row>*:last-child {
        order: 1;
    }
}

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

.how-work-communication__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 0;
    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-work-communication__title {
        font-size: 24px;
    }
}

.how-work-communication__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-communication__description>*:not(:last-child) {
    margin-bottom: 8px;
}

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

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

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

.how-work-communication__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-communication__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
    list-style-type: none;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}

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


.how-work-communication__list-item {
    color: #646466;
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.how-work-communication__list-item svg {
    flex-shrink: 0;
}

.how-work-communication__image img {
    margin-left: auto;
}

.how-work-communication__image-bg {
    position: absolute;
    top: -270px;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .how-work-communication__image-bg {
        height: 100%;
        top: 0;
    }

    .how-work-communication__image-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}