.how-it-works {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 60px;
}

.how-it-works > * {
    margin: 0 50px;
    margin-bottom: 60px;
}

.how-it-works-description {
    display: flex;
    flex-direction: column;
    max-width: 370px;
}


.how-it-works-description > * {
    margin-top: 20px;
}


