.what-stages__content {
    display: flex;
    flex-direction: column;
}

.what-stages__heading,
.what-stages__item {
    flex-basis: calc((100% - 40px) / 2);
}

.what-stages__heading {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 50px;
}

.what-stages__item:first-child {
    border-top: 2px solid #FFF;
}


.what-stages__item {
    padding: 63px 0;
    display: flex;
    border-bottom: 2px solid #FFF;
}

.what-stages__item-top-bar {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.what-stages__item-number {
    color: #FFF;
    margin-right: 60px;
}

.what-stages__item-heading * {
    color: #FFF;
    font-weight: 400;
}

.what-stages__item-heading p {
    margin-bottom: 0;
}

.what-stages__item-heading {
    margin-right: 24px;
    flex: 1 1;
}

.what-stages__item-text {
    margin-bottom: 0;
    color: #DEE3ED;
    flex: 1 1 15%;
}


@media screen and (max-width: 1023.98px) {
    .what-stages__content {
        flex-direction: column;
    }

    .what-stages__heading {
        margin-bottom: 30px;
    }

    .what-stages__item-heading,
    .what-stages__item-number {
        margin-bottom: 16px;
        margin-right: 0;
    }

    .what-stages__item {
        padding: 16px 0;
        flex-direction: column;
    }

    .what-stages__item-top-bar {
        flex-grow: 0;
    }
}