.section-easy{
    background-image: url('img/bg-2.png');
    background-size: cover;
    padding-bottom: 0;
}
.section-easy .description{
    text-indent: 3em;
    text-align: justify;
}
.easy__numbers{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.easy__numbers__variable{
    display: inline;
    margin: 0 10px;
}
.easy_numbers_number{
    color: lightgray;
    font-size: 90px;
    font-weight: 900;
}
.easy_numbers_number_definition{
    text-align: center;
}
.easy-end{
    font-size: 14px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}