@media screen and (min-width:992px){
    .widget.barre .row-no-padding {
        margin-left: 0px;
        margin-right: 0px;
    }
    .widget.barre .no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.widget.barre .block-0{
    background-color: #ff7401;
}
.widget.barre .block-1{
    background-color: #7ab5a1;
}
.widget.barre .block-2{
    background-color: #73939e;
}
.widget.barre .block-3{
    background-color: #5e88a0;
}
.widget.barre .block-4{
    background-color: #3f87a0;
}
.widget.barre .block{
    padding: 15px;
    color: #ffffff;
    text-align: center;
}
.widget.barre .block p{
    font-size: 14px;
    line-height: 18px;
}
.widget.barre .block-0{
    padding: 30px;
    text-align: left;
}
.widget.barre h1,
.widget.barre h2{
    margin: 0;
    padding: 0;
}
.widget.barre h2{
    font-weight: normal;
}
.widget.barre .block .img,
.widget.barre .block-0 img{
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 992px) {
    .widget.barre h1{
        font-size: 32px;
    }
    .widget.barre h2{
        font-size: 18px;
    }
}
@media screen and (min-width: 1200px) {
    .widget.barre .block .img{
        width: 150px;
        margin-bottom: 30px;
    }

    .widget.barre .block-0{
        height: 400px;
    }
    .widget.barre .block-1{
        margin-top: 40px;
        height: 360px;
    }
    .widget.barre .block-2{
        margin-top: 80px;
        height: 320px;
    }
    .widget.barre .block-3{
        margin-top: 120px;
        height: 280px;
    }
    .widget.barre .block-4{
        margin-top: 160px;
        height: 240px;
    }

    .widget.barre .block-2 .img{
        margin-top: -40px;
    }
    .widget.barre .block-3 .img{
        margin-top: -80px;
    }
    .widget.barre .block-4 .img{
        margin-top: -120px;
    }

}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .widget.barre h1{
        font-size: 28px;
    }
    .widget.barre h2{
        font-size: 16px;
    }
    .widget.barre .block .img{
        width: 100px;
        margin-bottom: 10px;
    }
    .widget.barre .block img{
        width: 80%;
    }
    .widget.barre .block-0{
        height: 350px;
    }
    .widget.barre .block-1{
        margin-top: 20px;
        height: 330px;
    }
    .widget.barre .block-2{
        margin-top: 40px;
        height: 310px;
    }
    .widget.barre .block-3{
        margin-top: 60px;
        height: 290px;
    }
    .widget.barre .block-4{
        margin-top: 80px;
        height: 270px;
    }
    .widget.barre .block-2 .img{
        margin-top: -20px;
    }
    .widget.barre .block-3 .img{
        margin-top: -40px;
    }
    .widget.barre .block-4 .img{
        margin-top: -60px;
    }
}

@media screen and (max-width: 991px) {
    .widget.barre .block{
        height: 290px;
    }
    .widget.barre .block-0{
        height: auto;
    }
    .widget.barre h1{
        font-size: 28px;
    }
    .widget.barre h2{
        font-size: 22px;
    }
    .widget.barre .block p {
        font-size: 15px;
        line-height: 23px;
    }
    .widget.barre .block{
        margin-bottom: 30px;
    }
    .widget.barre .block .img{
        width: 100px;
        margin-bottom: 30px;
    }
    .widget.barre .block-0{
        text-align: center;
    }
    .widget.barre .block-0 img{
        margin-left: auto;
        margin-right: auto;
    }
}