/*-- -------------------------- -->
<--- Programs Landing           -->
<--- -------------------------- -*/

#programs-landing {
    background-color: var(--backgroundYellow);
    padding: 60px 32px; 
}

#programs-landing .cs-title {
    color: #FE5D37;
    color: var(--primaryGreen);
    font-size: 36px;
}
#programs-landing .cs-container {
    display: flex;
    justify-content: center;
}
#programs-landing .cs-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 600px;
    align-items: center;
}

#programs-landing .cs-text {
    color: #1a1a1a;
}


@media only screen and (min-width: 1024px) {
    #programs-landing .cs-content {
        max-width: 800px;
    }
}


/*-- -------------------------- -->
<---   ALL CONTENT               -->
<--- -------------------------- -*/
.content-img .cs-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-items: center;
    max-width: 540px;
    margin: auto;
}

.content-img .cs-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    max-width: 540px;
}

.content-img .cs-content {
    order: 2;
}

.content-img .cs-picture {
    order: 1;
}

.program-image {
    width: 100%;
    max-height: 420px;
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
}

.cs-sub-title {
    margin-bottom: 0.5rem;
}
.content-img .cs-title {
    color: #FE5D37;
    color: var(--primaryGreen);
    margin-top: 20px;
}

.content-img p {
    margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
    .content-img .cs-container {
        flex-direction: row;
        max-width: 1200px;
        justify-content: space-evenly;
    }

    .program-image {
        margin-bottom: 0px;
        width: 90%;
    }
}

/*-- -------------------------- -->
<---       INFANT               -->
<--- -------------------------- -*/

@media only screen and (min-width: 1024px) {

    #infant .cs-content {
        order: 1;
    }

    #infant .cs-picture {
        order: 2;
    }
}



/*-- -------------------------- -->
<---   YOUNG TODDLER            -->
<--- -------------------------- -*/

#young-toddler {
    background-color: var(--backgroundYellow);
}


/*-- -------------------------- -->
<---   TODDLER            -->
<--- -------------------------- -*/


@media only screen and (min-width: 1024px) {

    #toddler .cs-content {
        order: 1;
    }

    #toddler .cs-picture {
        order: 2;
    }
}



/*-- -------------------------- -->
<---         Pre-K              -->
<--- -------------------------- -*/

#pre-k {
    background-color: var(--backgroundYellow);
}
