.programme__wrapper {
    padding-top: 170px;
    margin-bottom: 120px;
    position: relative;
    background-image: url('../images/webp/advantages-background.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: -100px;
    background-position-y: bottom;
}

.programme__title {
    margin-bottom: 70px;
}

.programme__content {
    overflow: hidden;
}

.programme__content img {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}
.daily__list span.time {
    width: 166px;

}.programme__content img {
   
    max-width: 550px;
    border-radius: 10px;
}
.separator-logo {
 
    max-height: 50px;
}
.daily__wrapper {

    padding-bottom: 100px;
}

.daily__list {

    padding: 50px 17% 100px 50px;
   
}
.programme__content h2 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    color: #000000;
}

.programme__content p {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.programme-background__wrapper {
    position: relative;
    overflow-x: hidden;

}

.programme-background {
    position: absolute;
    left: -30%;
    bottom: 0;
    height: 85%;
    z-index: -1;
}

/* == == */
.programme-under__wrapper {
    padding-bottom: 120px;
    position: relative;
    background-image: url('../images/webp/advantages-background.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 40%;
    background-position-y: bottom;
}

.programme-under__title {
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 48px;
}

.programme-under__content h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    color: #000000;
}

.programme-under__content h4 {
    margin-top: 40px;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
}

.programme-under__content ul {
    margin-top: 20px;
}

.programme-under__content ul li {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

/* ==  page mini-garden == */
.programme__wrapper.mini-garden {
    margin-bottom: 0;
    padding-bottom: 120px;
}

.mini-garden .programme__content p:nth-child(4) {
    margin-top: 60px;
}

/* == page world around == */
.programme__wrapper.world-around {
    background-image: unset;
}

.programme-under__wrapper.world-around {
    background-image: unset;
}

.programme-under__wrapper.world-around .programme-under__content ul li:not(:last-child) {
    margin-bottom: 20px;
}

/* == page child development == */
.programme__wrapper.child-development {
    background-image: unset;
}

.programme-under__wrapper.child-development {
    background-image: unset;
}

/* == page travel == */
.travel .programme__content p:nth-child(4) {
    margin-top: 40px;
}

/* == page attention school == */
.programme__wrapper.attention-school {
    margin-bottom: 50px;
}

.programme__wrapper.attention-school,
.programme-under__wrapper.attention-school {
    background-image: unset;
}

.attention-school h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.programme-under__wrapper.attention-school p {
    margin-top: 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

/* == page speed intelligence == */
.speed-intelligence .programme__content p:nth-child(4) {
    margin-top: 40px;
}

.programme__wrapper.speed-intelligence,
.programme-under__wrapper.speed-intelligence {
    background-image: unset;
}

@media screen and (max-width: 1200px) {
    .programme__content img {
        width: 100%;
        float: unset;
    }

    .programme-background {
        left: -100%;
    }
}

@media screen and (max-width: 640px) {
    .programme-under__title {
        margin-bottom: 40px;
        padding: 0 15px;
    }
    .programme-background {
        left: -300%;
    }


}
