.section-programme-2{
    position: relative;
    padding: 96px 0;
    /* margin-bottom: 48px; */
    overflow: hidden;
}

.section-programme-2.bg-dark .section-programme-2__headline{
    color: #FFFFFF;
}
.section-programme-2__headline{
    position: relative;
    width: 100%;
    padding-right: 360px;
}
.section-programme-2__headline::before{
    content: '';
    clear: both;
    position: absolute;
    background: url('./img/decoline-r.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1600px;
    height: 300px;
    right: -110%;
    top: -96px;

}
.section-programme-2__headline .h2{ 
margin-bottom: 32px;
}
.section-programme-2 .conteiner{
    position: relative;
}
.section-programme-2__footer{
    position: relative;
    padding: 19px 35px;
    max-width: 362px;
    width: 100%;
    height: auto;
    margin-bottom: -48px;
    margin-left: 45px;
}
.section-programme-2__footer>div{
    position: relative;
    font-family: 'Neucha';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000054;
}

.section-programme-2__footer>div span{
    display: inline-block;
    text-decoration: underline;
    line-height: 1.5;
}
.section-programme-2__footer:before{
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewX(-45deg);
    background: #00DFC4;
    border-radius: 20px 0px 20px 0px;
    z-index: 0;
}
.section-programme-2__bottom{
    height: 48px;
    margin-bottom: -55px
}
.section-programme-2__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 96px 0;
}
.programme-2-list__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 270px;
    min-width: 250px;
    width: calc(25% - 16px);
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 24px;
    border-bottom: 4px solid #DF2F2F;
    margin-bottom: 32px;
   

}
.programme-2-list__item .item-icon{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    background-color: #DF2F2F;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 16px;
}
.programme-2-list__item .item-title{
    font-size: 1.125rem;
    font-weight: 400;
    text-align: center;
}
.section-programme-2 .description-center{
    padding-bottom: 38px;
}
.section-programme-2.bg-dark .description-center{
    color: #FFFFFF;
}
.section-programme-2 .description-center p,
.section-programme-2 .description-center{
    font-size:2rem;
}
@media screen and (max-width:1024px) {
    .programme-2-list__item{
        max-width: 300px;
        min-width: 250px;
        width: calc(50% - 16px);
    }
    .section-programme-2__headline::before{
        height: 200px;
    }
}
@media screen and (max-width:920px) {
    .section-programme-2__headline::before{
        content: none;
    }
    .section-programme-2__headline{
        padding-right: 0;
        text-align: center;
    }
    .section-programme-2__list{
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .section-programme-2{
        padding: 64px 0;
    }
}
@media screen and (max-width:570px) {
    .section-programme-2__list{
        padding: 48px 0 60px 0;
    }
    .section-programme-2__headline{
        text-align: left;
    }
    .section-programme-2__headline br {
        display: none;
    }
    .section-programme-2 .description-center p,
    .section-programme-2 .description-center{
        font-size: 1.75rem;
    }
}

@media screen and (max-width:480px) {
    .programme-2-list__item{
        width: 100%;
        max-width: 100%;
    }
    .section-programme-2__footer{
        padding: 12px 20px;
        max-width: 260px;
        margin-left: 24px;
    }
    .section-programme-2__footer>div{
        font-size: 14px;
    }

}

@media screen and (max-width:374px) {
    .section-programme-2__footer{
        padding: 12px 20px;
        max-width: 245px;
    }
}