.banner{
    width: 100%;
    margin-top: 70px;
    
}
.banner-img{
    width: 100%;
}
.problem{
    width: 100%;
    margin-top: 70px;
    background-color: #fff;
    display: flex;
    justify-content: center;
}
.problem-img{
    width: 50%;
    max-width: 760px;
}
.minapp{
    width: 100%;
    margin-top: 70px;
    background-color: #e8effa;
    padding-left: 8.5vw;
    padding-right: 8.5vw;
    padding-top: 7vw;
    padding-bottom: 7vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.minapp-img{
    max-width: 100%;

    /* width: 80%;
    max-width: 1009.25px; */
}
.programme{
    width: 100%;
    margin-top: 70px;
    padding-left: 8.5vw;
    padding-right: 8.5vw;
    padding-bottom: 7vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.programme-img{
    /* width: 80%;
    max-width: 1009.25px; */
    max-width: 100%;

}
