.steps-item__wrapper {
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: flex-start;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #E9E9E9;
}

.steps-item__image {
    flex-shrink: 0;
    overflow: hidden;
}

.steps-item__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.steps-item__number-step {
    font-size: 40px;
    font-weight: 800;
    line-height: normal;
}

.steps-item__description {
    flex: 1;
}

.steps-item__description > p {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    word-break: break-word;
    margin: 0;
}