.tasks{
    position: relative;
    overflow: hidden;
}
.images_task{
    position: absolute;
    background-color: transparent;
    z-index: 100;

}
.images_task_one{
    top: 1070px;
    left: -170px;
}
.images_task_two{
    right: -237px;
    top: 870px;
}
.images_task_three{
    right: 100px;
    top: 1845px;
}
.images_task_four{
    right: -235px;
    top: 2730px;
}
.tasks_text {
    font-family: Prosto, sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    display: inline-block;
line-height: 25px;
    text-transform: uppercase;
}

.tasks_images {
    display: flex;
    justify-content: space-evenly;
    margin: 118px 0 180px 0;
}

.tasks_image_number{
    margin-bottom: 85px;

}


.tasks_image_block {
    text-align: center;
}
.tasks_image_car{
    padding: 0 10px;
}

.tasks_images_text {
    font-family: Prosto, sans-serif;
    font-size: 20px;
    color: #EEEEEE;
    font-weight: 400;
    margin-top: 109px;
    text-transform: uppercase;

}

.text_no_image{
    margin-bottom: 180px;
}
.text_no_image_last{
    margin-bottom: 160px;
}
