.section-programme-launch{
    padding: 96px 0;
  
}
.section-programme-launch{
    background: url(./img/problems-customer-loyalty-r.svg) no-repeat top right, 
                url(./img/problems-customer-loyalty-l.svg) no-repeat 10% bottom #FAFAFA
}
.programme-launch__headline .h2{
    max-width: 820px;
    margin: 0 auto 16px auto;
    text-align: center;
}
.programme-launch__headline p{
    max-width: 780px;
    text-align: center;
    margin: 0 auto 48px auto;
}

.programme-launch__row{
    position: relative;
    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;
    
}
.programme-launch-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    max-width: 592px;
    width: calc(50% - 16px);
    border-radius: 8px;

    background-color: #fff;
    margin-bottom: 32px;
    color: inherit;
    overflow: hidden;
}
.programme-launch-item figure{
    margin: 0;
}
.launch-item-head{
    padding: 48px;

}
.programme-launch-item__top{
    margin-bottom: 18px;
}

.programme-launch-item .h5{
    font-weight: 500;
}
@media screen and (max-width:1700px) {
    .section-programme-launch {
        background: url(./img/problems-customer-loyalty-r.svg) no-repeat center right, 
                    url(./img/problems-customer-loyalty-l.svg) no-repeat left bottom #FAFAFA;
    }
}
@media screen and (max-width:768px) {
    .section-programme-launch{
        background: url(./img/problems-customer-loyalty-r.svg) no-repeat 100% 14%, 
        url(./img/problems-customer-loyalty-l.svg) no-repeat left bottom #FAFAFA;
    }
}
@media screen and (max-width:767px) {
    .programme-launch__row{
        -webkit-box-pack: center;    
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .launch-item-head{
        padding: 22px 16px 16px 16px;
    }

    .programme-launch-item{
        width: 100%;
        background: #FAFAFA;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }
    .section-programme-launch{
        padding: 64px 0;
    }
    .section-programme-launch {
        background: url(./img/problems-customer-loyalty-r.svg) no-repeat 100% 23%, url(./img/problems-customer-loyalty-l.svg) no-repeat left bottom #FAFAFA;
    }
}
@media screen and (max-width:480px) {
    .section-programme-launch{
        background: url(./img/problems-customer-loyalty-r.svg) no-repeat -40% 22%, url(./img/problems-customer-loyalty-l.svg) no-repeat 0% 85% #FAFAFA
    
    }
}
