.front-what-we-do__top {
    margin-bottom: 50px;
}

.front-what-we-do__title {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
}

.front-what-we-do__description {
    font-size: 18px;
    line-height: 1.3;
    max-width: 800px;

    & > *:not(:last-child) {
        margin-bottom: 24px;
    }
}

.front-what-we-do__row {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 60px;
    border-radius: 20px;
    background: var(--color-grey-94);
    padding: 60px;
    box-shadow: 56px 211px 61px 0 rgba(0, 0, 0, 0.00), 36px 135px 56px 0 rgba(0, 0, 0, 0.02), 20px 76px 47px 0 rgba(0, 0, 0, 0.06), 9px 34px 35px 0 rgba(0, 0, 0, 0.10), 2px 8px 19px 0 rgba(0, 0, 0, 0.11);
    position: relative;
    z-index: 1;

    @media screen and (max-width: 1024px) {
        padding: 20px;
        grid-template-columns: 1fr;
        box-shadow: none;
    }
}

.front-what-we-do__left-title {
    margin-bottom: 40px;
    font-weight: 700;

    @media screen and (max-width: 1024px) {
        margin-bottom: 20px;
    }
}

.front-what-we-do__list {
    & > *:not(:last-child) {
        margin-bottom: 20px;
    }
}

.front-what-we-do__list-item {
    display: flex;
    gap: 60px;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 24px;
    border-top: 1px solid var(--color-grey-37);

    @media screen and (max-width: 1024px) {
        padding-bottom: 16px;
        gap: 20px;
    }
}

.front-what-we-do__list-item-number {
    font-family: var(--font-second), sans-serif;
    flex: 0 0 68px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid var(--color-grey-37);
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.6px;
}

.front-what-we-do__list-item-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}

.front-what-we-do__image {
    width: 538px;
    border-radius: inherit;

    img {
        border-radius: inherit;
    }

    @media screen and (max-width: 1024px) {
        display: none;
    }
}
