.section-programme{
    padding-top: 112px;
}

.section-programme.bg-dark{
    color: #fff;
}
.section-programme__top{
    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-bottom: 77px;
}
.programme__top-col:first-child{
    max-width: 532px;
    margin-top: 28px;
}
.programme__top-col:last-child{
    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;
    width: 50%;
    min-width: 300px;
}
.programme__top-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; */
    width: calc(50% - 16px);
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 24px;
    border-bottom: 4px solid #DF2F2F;
    margin-bottom: 32px;
   

}
.programme__top-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__top-list-item .item-title{
    font-size: 1.125rem;
    font-weight: 400;
    text-align: center;
}
.section-programme__center{
    margin-bottom: 112px;
    text-align: center;
}
.section-programme__center .descr{
    display: inline-block;
    text-align: center;
    background-color: #00DEC4;
    border-radius: 8px;
    padding: 8px 24px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.00rem;

}
.section-programme__bottom{
    padding: 66px 0 104px 0;
}
.section-programme__bottom h3{
    text-align: center;
    margin: 0 auto 52px auto;
    max-width: 520px;
}
.programme-bottom__row{
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}
.programme-bottom__row li{
    list-style: none;
    margin-right: 32px;
    margin-bottom: 36px;
    padding-right: 20px;
    min-width: 125px;
    width: auto;
}
.programme-bottom__row li:last-child{
    margin-right: 0;
}
.programme-bottom__row li img{
    margin-bottom: 12px;
}


@media screen and (max-width:1100px) {
    .section-programme__top{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .programme__top-headline p{
        margin-bottom: 48px;
        text-align: center;
    }
    .programme__top-title{
        text-align: center;
    }
}
@media screen and (max-width:920px) {
    .programme__top-list-item{
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .programme__top-headline p{
       
        text-align: left;
    }
    .programme__top-title{
        text-align: left;
    }
    .section-programme__bottom h3{
        text-align: left;
    }
    .programme__top-col:last-child{
        width: 100%;
       
    }
    .programme-bottom__row{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .section-programme{
        padding-top: 64px;
    }
    .section-programme__bottom{
        padding:20px 0 64px 0;
    }
    .section-programme__center{
        margin-bottom: 32px;
        
    }
    .section-programme__center .descr{
        font-size: 1.125rem;
        text-align: left;
        padding: 12px 10px;
    }
    .programme__top-list-item:last-child{
        margin-bottom: 0;
    }
    .section-programme__top{
        padding-bottom: 52px;
    }
    .programme__top-list-item{
        margin-bottom: 20px;
    }
    .programme-bottom__row li{
        min-width: 100px;
    }
}

@media screen and (max-width: 374px){
    .programme-bottom__row li {
        margin-right: 15px;
        width: 40%;
        padding-right: 10px;
    }
}