.how-we-work-delivery {
    margin-bottom: 160px;
    position: relative;
    z-index: 1;
}

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

.how-we-work-delivery__row {
    display: grid;
    gap: 20px;
    align-items: center;
    grid-template-columns: 1.41606fr 1fr;
}

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

    .how-we-work-delivery__row>*:nth-child(1) {
        order: 2;
    }

    .how-we-work-delivery__row>*:nth-child(2) {
        order: 1;
    }
}

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

.how-we-work-delivery__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-delivery__title  {
        font-size: 24px;
    }
}

.how-we-work-delivery__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-we-work-delivery__description>*:not(:last-child) {
    margin-bottom: 16px;
}

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

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

.solutions-fit__image-bg {
    position: absolute;
    top: -290px;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .solutions-fit__image-bg {
        top: -190px;
        width: 100%;
        height: 100%;
    }
}

.solutions-fit__image-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}