.foundations-heading {
    font-family: Graphik-Bold;
    font-size: 53px;
    color: #666;
}

.foundations-description {
    font-family: QuattrocentoSans;
    /*font-weight: bold;*/
    font-size: 15px;
    color: #fff;
}

.bg-foundations-child {

}

.card {
    background: transparent;
}

.bg-foundations-parent {
    background: url('../img/curriculum/cloud1.svg') top 160px right/7% no-repeat,
    url('../img/curriculum/cloud3.svg') top 200px right 490px/7% no-repeat;
}

.bg-descriptions {
    z-index: 100;
    background: url('../img/curriculum/football.svg') top 50px right/8% no-repeat,
    url('../img/curriculum/plane_girl.svg') top 450px left/8% no-repeat,
    url('../img/curriculum/boy.svg') bottom right/8% no-repeat,
    url('../img/curriculum/cloud2.svg') bottom 230px left/8% no-repeat;
}

.description-heading {
    font-family: QuattrocentoSans-Bold;
    font-size: 28px;
    color: #44A9DD;
}

.description-text {
    font-family: QuattrocentoSans;
    font-size: 15px;
    color: #333;
}


.plane_boy-img {
    width: 24%;
    top: -100px;
    position: absolute;
    right: 95px;
}

/*.cloud3-img {*/
/*    width: 7%;*/
/*    position: relative;*/
/*    top: 100px;*/
/*    left: 655px;*/
/*}*/
.element2-img {
    z-index: 10;
    width: 6%;
    position: relative;
    top: 140px;
    left: 0;
}

.element1-img {
    z-index: 10;
    width: 4%;
    position: relative;
    bottom: -430px;
    left: 600px;
}

.bg-foundations {
    background: #44A9DD;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    line-height: 1.5;
    color: #fff;
    position: relative;
}

.alignment-center {
    text-align: unset;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}

@media only screen and (max-width: 767px) {
    .foundations-heading {
        font-family: Graphik-bold;
        font-size: 40px;
        color: #666;
        text-align: center;
    }

    .plane_boy-img {
        width: 20%;
        top: -17px;
        position: absolute;
        right: 10px;
    }

    .bg-foundations {
        background: url('../img/curriculum/cloud3.svg') top left 20px/7% no-repeat, #44A9DD;
        padding-top: 50px;
        padding-bottom: 40px;
        margin-bottom: 50px;
        line-height: 1.5;
        color: #fff;
        position: relative;
    }

    .bg-descriptions {
        z-index: 100;
        background: url('../img/curriculum/element1.svg') top 50px right 70px/4% no-repeat,
        url('../img/curriculum/plane_girl.svg') top left/15% no-repeat,
        url('../img/curriculum/element2.svg') top 500px left/6% no-repeat,
        url('../img/curriculum/football.svg') top 500px right/10% no-repeat,
        url('../img/curriculum/element3.svg') top 650px right 40px/3% no-repeat,
        url('../img/curriculum/cloud3.svg') top 1200px right 60px/8% no-repeat,
        url('../img/curriculum/boy.svg') bottom right/8% no-repeat,
        url('../img/curriculum/element3.svg') bottom 590px left 50px/3% no-repeat,
        url('../img/curriculum/cloud2.svg') bottom 500px left/8% no-repeat;
    }

    .element2-img {
        display: none;
    }

    .element1-img {
        display: none;
    }


    .bg-foundations-parent {
        background: none;
    }

    .foundations-description {
        font-family: QuattrocentoSans;
        /*font-weight: bold;*/
        font-size: 15px;
        text-align: center;
        color: #fff;
    }

    .description-heading {
        font-family: QuattrocentoSans-Bold;
        font-size: 30px;
        color: #44A9DD;
        text-align: center;
    }

    .description-text {
        font-family: QuattrocentoSans;
        font-size: 15px;
        text-align: center;
        color: #333;
    }

    img[src="img/curriculum/Language_literacy.svg"], img[src="img/curriculum/Knowledge.svg"], img[src="img/curriculum/Physical_Wellbeing.svg"], img[src="img/curriculum/Language_literacy.svg"], img[src="img/curriculum/Language_literacy.svg"] {
        width: 75%;
    }

    .alignment-center {
        text-align: center;
    }
}

@media only screen and (min-width: 1024px) {
    .element2-img {
        z-index: 10;
        width: 3%;
        position: relative;
        top: 95px;
        left: 0;
    }
}