/* Header Styles Starts */
header.container{
    width: 100%;
    height: fit-content; 
}
header .content-wrapper{
    display: flex;
    align-items: center;
    height: 90px;
    width: 100%;
    max-width: 1920px;
}
header nav menu{
    display: flex;
    align-items: center;
    gap: 32px
}
header nav menu li a.base-text{
    line-height: 150%;
}
header .content-wrapper figure{
    margin-right: auto;
}
header .content-wrapper .mobile-menu-icon{
    display: none;
    cursor: pointer;
}

header .content-wrapper div:last-child{
    width: 270px;
    height: 100%;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-coral);
    margin-left: 40px;
    cursor: pointer;
}
header .content-wrapper div:last-child span{
    color: var(--white);
    width: fit-content;
    max-width: 120px;
    line-height: 150%;
    text-align: center;
}
header .content-wrapper div:last-child .play-icon{
    width: 15px;
    height: 15px;
}
@keyframes showMenu{
    from{left: 100%;}
    to{left: 0%;}
}
@keyframes hideMenu{
    from{left: 0%;}
    to{left: 100%;}
}
header div.mobile-menu{
    display: none;
    box-sizing: border-box;
}
header .content-wrapper figure{
    margin-left: 40px;
}

/* Mobile Menu styles here */
@media (max-width: 1100px){
    header div.mobile-menu{
    display: flex;
}
    header div.mobile-menu.close{
    animation: hideMenu .3s ease-in-out 0s forwards;
}
header div.mobile-menu.open{
    animation: showMenu .3s ease-in-out 0s forwards;
}

header.container  div.mobile-menu{
    width: 100%;
    height: 100vh;
    background-color: var(--white);
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 3;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 45px;
}
@keyframes showNavs{
    from{opacity: 0; transform: scale(.8)}
    to{opacity: 1; transform: scale(1)}
}
@keyframes hideNavs{
    from{opacity: 1; transform: scale(1)}
    to{opacity: 0; transform: scale(.8)}
}
header div.mobile-menu.open nav{
    animation: showNavs .3s ease-in-out .3s forwards;
}
header div.mobile-menu nav{
    opacity: 0;
    width: 100%;
    max-width: 128px;
    animation: hideNavs .3s ease-in-out .0s forwards;
}
header div.mobile-menu nav menu{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
header div.mobile-menu nav menu a{
    line-height: 150%;
    font-size: 16px;
    font-weight: 500;
}
header .hero-cta{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0px 50px;
    width: 100%;
    max-width: 450px !important;
    box-sizing: border-box;
}
header .hero-cta h3{
    font-weight: 700;
    color: var(--primary-coral);
    line-height: 150%;
    text-align: center
}
header .hero-cta button{
    gap: 20px;
    padding: 15px 19px 15px 30px;
    height: unset;
}
header div.mobile-menu.open  span.close-menu-icon{
    transform: translate(0px, 0) scale(1);;
    opacity: 1;
    transition: transform .3s ease-in-out .3s;
}
header span.close-menu-icon{
    width: 30px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 30px;
    transform: translate(50px, 0) scale(.8);
    opacity: 0;
    transition: transform .3s ease-in-out .3s;
}

}













/* Section Headers Responsiveness section styles here */

@media (max-width: 1100px){
    header .content-wrapper .mobile-menu-icon{
    display: unset;
    }
    header nav menu{
    display: none;
    }
    
    header .content-wrapper div:last-child{
        width: 130px;
        gap: 1px;
        margin: unset;
        margin-left: 20px;
        flex-direction: column;
        
    }
    header .content-wrapper figure{
        margin: unset;
        margin-left: 15px;
    }
    header .content-wrapper .mobile-menu-icon{
        margin-left: auto;
    }

}

















































/* Hero section styles here */
section.hero {
    width: 100%;
    /* max-width: var(--full-width); */
    max-width: 1920px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    padding-right: 0px;
    overflow: hidden;
    padding-left: unset;
}
section.hero .hero-inner-wrapper{
    width: 100%;
    
    margin: 0px auto;
}
section.hero .content-wrapper{
    width: 100%;
    height: 100%;
    max-height: 700px;
    position: relative;
    display: flex;
    flex-direction: row;
    /* justify-content: end; */
    justify-content: space-between;
}
section .boxed-width{
    max-width: 100%;
}
section.hero figure.hero-background{
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    right: 20%;
}
section.hero figure.hero-background img{
    width: 100%;
    height: 100%;
    object-fit:  contain;
    object-position: 50% 50%;
}
section.hero figure.hero-image{
    width: 100%;
    /* max-width: 722px; */
    max-width: 100%;
    height: fit-content;
    overflow: hidden;
}
section.hero figure.hero-image img{
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: 68% 50%;
}
section.hero .outer-wrapper{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    background-image: url('assets/images/hero-background_result.webp');
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: center center;
    background-size: cover;
    padding-left: 45px;
    box-sizing: border-box;
}
section.hero .hero-content{
    width: 100%;
    padding: 76px 0px;
    max-width: 570px;
    display: flex;
    flex-direction: column;
    height: fit-content;
    margin-right: 50px;
    position: relative;
    gap: 20px;
    
}
section.hero .hero-content h3{
    width:  100%;
    line-height: 150%;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0%;
    box-sizing: border-box;
}
section.hero .hero-content .clipped-heading{
    position: relative;
    width: 100%;
    height: fit-content;
    margin-left: -50px;
    margin-bottom: 10px;
}
section.hero .hero-content .clipped-heading h2{
    font-size: 50px;
    width: max-content;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 25px 51px;
    white-space: nowrap;
    display: flex;
    clip-path: var(--clip);
    background-color: var(--primary-green);
    color: var(--white);
     position: relative;
    z-index: 2;
}
section.hero .hero-content .clipped-heading h2:last-child{
    font-size: 50px;
    width: max-content;
    padding: 25px 51px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    position: absolute;
    top: 10px;
    left: 10px;
    clip-path: var(--clip);
    background-color: var(--sec-green-shade-1);
    color: var(--sec-green-shade-1);
    z-index: 1;
}
section.hero .hero-content .clipped-subheading{
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap:20px;
}
section.hero .hero-content .clipped-subheading h3{
    font-size: 25px;
    width: fit-content;
    color: var(--primary-green);
    background-image: url('assets/images/Rectangle.png');
    background-repeat: no-repeat;
    object-fit: contain;
    background-position: 100%;
    background-size: contain;
    padding: 15px 60px;
    text-align: center;
    box-sizing: border-box;
}
section.hero .hero-content .clipped-subheading h3:last-child{
    padding: 15px 35px;
}
section.hero .hero-content > span{
    line-height: 150%;
}

section.hero .hero-content .hero-cta{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
section.hero .hero-content .hero-cta h3{
    font-weight: 700;
    color: var(--primary-coral);
    line-height: 150%;
    text-align: center
}

/* Hero Responsiveness section styles here */
@media (max-width: 1100px){
    section.hero .outer-wrapper{
        padding-left: unset;
    }
    section.hero{
        padding: 0px;
    }
    section.hero .content-wrapper{
        max-height: unset;
        flex-direction: column;
        align-items: center;
    }
    section.hero .hero-content{
        margin-right: 0px;
        align-items: center;
    }
    section.hero figure.hero-image{
        max-width: unset;
    }
    section.hero figure.hero-background{
        right: 0;
        height: unset;
    }
    section.hero figure.hero-background img{
        object-fit: cover;
        height: 85vh;
    }
    section.hero .hero-content .clipped-heading{
        width: fit-content;
        margin-left: 0px;
    }

}
@media (max-width: 800px){
    section.hero .hero-content > h3{
        max-width: 260px;
        font-size: 20px;
        text-align: left;
        margin-left: -40px;
        margin-bottom: 20px;
        }
    section.hero .hero-content{
        box-sizing: border-box;
        width: fit-content;
        padding-top: 34px;
        padding-bottom: 18px;
        padding-left: 35px;
        padding-right: 35px;
        gap: unset;
    }
    section.hero .hero-content .clipped-heading h2,
    section.hero .hero-content .clipped-heading h2:last-child{
        font-size: 35px;
        height: 40px;
        padding: 20px 35px;
    }
    section.hero .hero-content .clipped-heading h2:last-child{
        font-size: 35px;
    }
    section.hero .hero-content .clipped-subheading h3{
        font-size: 16px;
    }
    section.hero .hero-content .clipped-subheading h3{
        padding: 11px 43px;
    }
    section.hero .hero-content .clipped-subheading h3:last-child{
        padding: 11px 27px;
    }
    section.hero .hero-content > span{
        padding: 0px 10px;
        margin-bottom: 18px;
    }
    section.hero .hero-content .clipped-subheading{
        margin-bottom: 30px;
    }
    section.hero .hero-content .clipped-heading{
        margin-bottom: 20px;
    }
    section.hero figure.hero-image img{
        height: 580px;
    }
    
}
@media (max-width: 550px){
    
    section.hero .hero-content .clipped-heading h2:last-child,
    section.hero .hero-content .clipped-heading h2{
        font-size: 25px;
        height: 30px;
        padding: 16px 24px;
    }
    section.hero figure.hero-image img{
        height: 378.12px;
    }
}

@media (max-width: 350px){
    
    section.hero .hero-content .clipped-heading h2:last-child,
    section.hero .hero-content .clipped-heading h2{
        font-size: 18px;
        height: 25px;
        padding: 12px 20px;
    }
    section.hero .hero-content .clipped-subheading h3:last-child{
        padding: 11px 18px;
        font-size: 14px;
    }
    section.hero .hero-content .clipped-subheading h3{
        padding: 11px 28px;
    }
    section.hero .hero-content > h3{
        margin-left: unset;
    }
    button.primary-btn a{
        font-size: 14px !important;
    }
    section.hero .hero-content > span{
        font-size: 14px;
    }
}





.insert_link {
text-align: center;

}

.insert_link h1 {
	font-size: 27px;
}

.insert_link a {

font-size: 23px;
}


















/* Concerns section styles here */
section.concerns .content-wrapper{
    max-width: 888px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.concerns .content-wrapper div.heading{ 
    width: 100%;
    max-width: 700px;
    border-top: 2px solid var(--primary-green);
    border-bottom: 2px solid var(--primary-green);
    margin-bottom: 77px;
}

section.concerns .content-wrapper div.heading h2{ 
    padding: 24px 0px;
    height: 48px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: var(--primary-green)
}

section.concerns .content-wrapper .illustation-cards{
    display: flex;
    gap: 100px;
    align-items: center
}
section.concerns .content-wrapper .illustation-cards .card{
    display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 30px;
    /* justify-content: space-between; */
}
section.concerns .content-wrapper .illustation-cards .card:nth-child(2){
    width: 100%;
    max-width: 256px;
    flex-shrink: 0;
}
section.concerns .content-wrapper .illustation-cards .card:nth-child(3){
    width: 100%;
    max-width: 224px;
    flex-shrink: 0;
}

section.concerns .content-wrapper .illustation-cards img{
    width: 140px;
    height: auto;
}
section.concerns .content-wrapper .illustation-cards h3{
    line-height: 150%;
}
section.concerns .content-wrapper .illustation-cards .card:last-child img{
    width: 200px;
}
section.concerns .content-wrapper div.heading-2{ 
    width: 100%;
    max-width: 648px;
    margin: 64px 0px 40px 0px;
}
section.concerns .content-wrapper div.heading-2 h3{ 
    line-height: 150%;
    text-align: center;
}
section.concerns .content-wrapper .content{
    width: 100%;
    height: fit-content;
    max-width: 750px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.concerns .content-wrapper .content h3{
    height: fit-content;
    padding: 21px 64px;
    width: fit-content;
    border-radius: 10px;
    line-height: 150%;
    background-color: var(--primary-teal);
    color: var(--white);
    position: relative;
    top: 44px;
    left: 0;
}
section.concerns .content-wrapper .content div{
    padding: 72px 25px 32px;
    border-radius: 10px;
    border: 2px solid var(--primary-teal)
}
section.concerns .content-wrapper .content div span{ 
    line-height: 150%;
}

/* Section Concerns Responsiveness section styles here */

@media (max-width: 1100px){
    section.concerns .content-wrapper div.heading h2{
        font-size: 25px;
        height: 38px;
        padding: 16px 0px;
    }

    section.concerns .content-wrapper{
        padding: 0px 15px;
        box-sizing: border-box;
    }
    section.concerns .content-wrapper .illustation-cards{
        flex-direction: column;
        gap: 16px;
    }
    section.concerns .content-wrapper .illustation-cards .card{
        flex-direction: row-reverse;
        max-width: 100% !important;
    }
    section.concerns .content-wrapper .illustation-cards .card:nth-child(2){
        flex-direction: row;
    }
    section.concerns .content-wrapper .illustation-cards img{
        width: 70px;
    }
    section.concerns .content-wrapper .illustation-cards .card:last-child img{
        width: 90px;
    }
    section.concerns .content-wrapper .content h3{
        padding: 15px 20px;
    }
    section.concerns .content-wrapper .content div{
        padding: 46px 15px 24px
    }
}

@media (max-width: 700px){
    section.concerns .content-wrapper .illustation-cards img{
        width: 50px;
    }
    section.concerns .content-wrapper .illustation-cards .card:last-child img{
        width: 70px;
    }
}




















/* Section numbered-cards styles */

section.numbered-cards {
    background-color: var(--sec-green-shade-2);
    
}
section.numbered-cards .content-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

section.numbered-cards .heading h2{
    width: 100%;
    max-width: 718px;
    text-align: center;
    color: var(--white);
    line-height: 120%;
    background-color: var(--primary-green);
    padding: 17px 55px;
    clip-path: var(--clip);
}

section.numbered-cards .numbered-card-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    
}
section.numbered-cards .numbered-card-wrapper .card{
    width: 100%;
    max-width: 300px;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 5px 5px 5px 0px #6A9576;
    padding: 24px 15px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    box-sizing: border-box;
}
section.numbered-cards .numbered-card-wrapper .card h2{
    font-weight: 500;
    font-size: 100px;
    text-align: center;
    width: fit-content;
}
section.numbered-cards .numbered-card-wrapper .card h3{
    text-align: center;
    width: 100%;
    line-height: 120%;
    padding: 0px 0px 8px;
}
section.numbered-cards .numbered-card-wrapper .card span{
    line-height: 150%;
    text-align: left;
}

section.numbered-cards .numbered-card-wrapper .card:nth-child(1){
    border: 3px solid var(--primary-green);
}
section.numbered-cards .numbered-card-wrapper .card:nth-child(1) h2{
    color: var(--primary-green);
}
section.numbered-cards .numbered-card-wrapper .card:nth-child(1) h3{
    color: var(--primary-green);
    border-bottom: 2px solid var(--primary-green)
}


section.numbered-cards .numbered-card-wrapper .card:nth-child(2){
    border: 3px solid var(--primary-teal);
}
section.numbered-cards .numbered-card-wrapper .card:nth-child(2) h2{
    color: var(--primary-teal);
}
section.numbered-cards .numbered-card-wrapper .card:nth-child(2) h3{
    color: var(--primary-teal);
    border-bottom: 2px solid var(--primary-teal)
}


section.numbered-cards .numbered-card-wrapper .card:nth-child(3){
    border: 3px solid var(--primary-coral);
}
section.numbered-cards .numbered-card-wrapper .card:nth-child(3) h2{
    color: var(--primary-coral);
}
section.numbered-cards .numbered-card-wrapper .card:nth-child(3) h3{
    color: var(--primary-coral);
    border-bottom: 2px solid var(--primary-coral)
}

/* Section numbered-cards Responsiveness section styles here */

@media (max-width: 1100px){
    section.numbered-cards{
        padding-bottom: 64px;
    }
    section.numbered-cards .heading h2{
        clip-path: unset;
        background-color: unset;
        max-width: 400px;
        padding: 0px;
    }
    section.numbered-cards .content-wrapper{
        gap: 54px;
    }
    section.numbered-cards .numbered-card-wrapper .card h2{
        font-size: 70px;
    }
}
@media (max-width: 980px){
    section.numbered-cards .numbered-card-wrapper{
    gap: unset;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    }
    section.numbered-cards .numbered-card-wrapper::before{
        content: '';
        width: 100%;
        height: 119px;
        background-color: var(--primary-green);
        top: 116px;
        left: 0;
        position: absolute;
        z-index: 1;
        clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
    }
    section.numbered-cards .numbered-card-wrapper .card{
        max-width: 700px;
        gap: 16px;
        z-index: 1;
        position: relative;
    }
    section.numbered-cards .numbered-card-wrapper .card span{
        margin-top: 10px;
    }
    section.numbered-cards .numbered-card-wrapper .card:nth-child(1){
        margin-bottom: 23px;
        
    }
    
    section.numbered-cards .numbered-card-wrapper .card:nth-child(2){
        margin-bottom: 34px;
    }
}













































/* Section Objectives styles here  */

section.objectives{
    background-color: #4F797F33;
}

section.objectives .content-wrapper {
    max-width: var(--boxed-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    background-color: var(--white);
    padding: 48px 0px;
}

section.objectives .content-wrapper div.heading{ 
    width: 100%;
    max-width: 700px;
    border-top: 2px solid var(--primary-teal);
    border-bottom: 2px solid var(--primary-teal);
    margin-bottom: 77px;
}

section.objectives .content-wrapper div.heading h2{ 
    padding: 24px 0px;
    height: 60px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: var(--primary-teal)
}

section.objectives .obj-cards-wrapper{
    width: 100%;
    max-width: 750px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
section.objectives .obj-cards-wrapper .obj-card{
    width: 100%;
    height: 100%;
    min-height: 150px;
    border-radius: 10px;
    background-color: var(--primary-teal);
    display: flex;
    align-items: center;
    padding: 20px 40px 20px 64px;
    box-sizing: border-box;
    gap: 56px;
}
section.objectives .obj-cards-wrapper .obj-card figure{
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border-radius: 100px;
}
section.objectives .obj-cards-wrapper .obj-card figure img{
    width: 70px;
    aspect-ratio: 1/1;
}
section.objectives .obj-cards-wrapper .obj-card .card-content{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
section.objectives .obj-cards-wrapper .obj-card .card-content h3{
    font-weight: 400;
    line-height: 150%;
    color: var(--white);
    font-weight: 700;
}
section.objectives .obj-cards-wrapper .obj-card .card-content span{
    font-weight: 400;
    line-height: 150%;
    color: var(--white)
}

/* Section Objectives Responsiveness section styles here */

@media (max-width: 1100px){
    section.objectives{
        padding-top: 70px;
        padding-bottom: 64px;
    }
    section.objectives .content-wrapper{
        padding: 32px 15px;
        box-sizing: border-box;
    }
    section.objectives .content-wrapper div.heading h2{
        font-size: 25px;
        height: 38px;
        padding: 16px 0px;
    }
    section.objectives .obj-cards-wrapper .obj-card figure{
        width: 60px;
        height: 60px;
        flex-shrink: 0;
    }

    section.objectives .obj-cards-wrapper .obj-card figure img{
        height: 40px;
        width: 40px;
    }
    section.objectives .obj-cards-wrapper .obj-card{
        padding: 16px 16px 16px 24px;
        min-height: 109px;
        gap: 24px;
    }
    section.objectives .obj-cards-wrapper .obj-card .card-content{
        gap: 5px;
    }
}
@media (max-width: 520px){
    section.objectives .obj-cards-wrapper .obj-card figure{
        margin-bottom: auto;
    }
}
















/* Section Program Structures styles here  */

section.program-structure{
    background-color: #4F797F33;
}

section.program-structure .content-wrapper {
    max-width: var(--boxed-width);
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.program-structure .content-wrapper div.heading{ 
    width: 100%;
    max-width: 700px;
    border-top: 2px solid var(--primary-teal);
    border-bottom: 2px solid var(--primary-teal);
    margin-bottom: 77px;
}

section.program-structure .content-wrapper div.heading h2{ 
    padding: 24px 0px 27px;
    height: 60px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: var(--primary-teal)
}
section.program-structure .white-spaced-bg{
    width: 100%;
    max-width: 750px;
    /* height: 400px; */
    height: fit-content;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* background-color: var(--white); */
    margin-bottom: 48px;
}
section.program-structure .frames-wrapper{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    gap: 50px
}
section.program-structure div.frames-wrapper .frame{
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    border: 3px solid var(--primary-teal);
    box-sizing: border-box;
    overflow: hidden;
    padding: 50px 15px 23px;
    position: relative;
    background-color: var(--white);
}
section.program-structure div.frames-wrapper .frame .title{
    width: 100%;
    padding: 12px 0px 13px;
    text-align: center;
    background-color: var(--primary-teal);
    color: var(--white);
    margin-bottom: 32px;
    position: absolute;
    top: 0;
    left:0
}
section.program-structure div.frames-wrapper .frame .title-tagline{
    line-height: 150%;
    padding: 0px 35px;
    color: var(--white);
    
    background-color: var(--primary-teal);
    border-radius: 5px;
    margin-bottom: 16px
}
section.program-structure div.frames-wrapper .frame .subtitle{
    width: 100%;
    height: fit-content;
    line-height: 150%;
    display: inline-flex;
    justify-content: center;
    align-items: end;
    padding: 0px 0px 5px;
    color: var(--primary-teal);
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid var(--primary-teal);
    margin-bottom: 24px;
}
section.program-structure div.frames-wrapper .frame  ul.frame-content{
    width: 100%;
    position: relative;
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
section.program-structure div.frames-wrapper .frame  ul.frame-content li{
    width: fit-content;
    line-height: 150%;
    font-weight: 400;
    padding-left: 32px;
    position: relative;
}

section.program-structure div.frames-wrapper .frame  ul.frame-content li::before{
    content: '';
    width: 16px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url('assets/images/check.svg');
}

section.program-structure .hero-cta{
    width: 100%;
    max-width: 557px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 48px;
}
section.program-structure .hero-cta h3{
    font-weight: 700;
    color: var(--primary-coral);
    line-height: 150%;
    text-align: center
}

/* Section Program Structures Responsiveness section styles here */

@media (max-width: 1100px){
    section.program-structure{
        padding-top: 0px;
        padding-bottom: 64px;
    }
    section.program-structure .content-wrapper div.heading h2{
        font-size: 25px;
        height: 38px;
        padding: 16px 0px;
    }
    section.program-structure .content-wrapper div.heading{
        margin-bottom: 40px;
    }
    section.program-structure .white-spaced-bg{
        margin-bottom: 64px;
    }
    section.program-structure .white-spaced-bg h2{
        font-size: 35px;
    }
    section.program-structure .frames-wrapper{
        flex-direction: column;
        align-items: center;
    }
    section.program-structure div.frames-wrapper .frame{
        max-width: 700px;
        padding: 82px 15px 25px
    }
    section.program-structure div.frames-wrapper .frame .title{
        padding: 15px 0px;
    }
    section.program-structure div.frames-wrapper .frame .title-tagline{
        font-size: 40px;
    }
    section.program-structure div.frames-wrapper .frame .subtitle{
        margin-bottom: 16px;
    }
    section.program-structure div.frames-wrapper .frame  ul.frame-content{
        padding-left: 32px;
    }

    
}























































/* Section Teachers Objectives styles here  */

section.teachers-benefit{
    background-color: var(--white);
}

section.teachers-benefit .content-wrapper div.heading{ 
    width: 100%;
    max-width: 700px;
    border-top: 2px solid var(--primary-green);
    border-bottom: 2px solid var(--primary-green);
    margin-bottom: 80px;
}

section.teachers-benefit .content-wrapper div.heading h2{ 
    padding: 24px 0px;
    height: px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: var(--primary-green)
}

section.teachers-benefit .content-wrapper {
    max-width: var(--boxed-width);
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.teachers-benefit .chat-shape{
    width: 100%;
    max-width: 450px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}
section.teachers-benefit .chat-shape h3{
    width: fit-content;
    color: var(--white);
    text-align: center;
    line-height: 150%;
    padding: 23px 88px 19px;
    background-color: var(--primary-green);
    border-radius: 50px;
    white-space: nowrap;
}

section.teachers-benefit .testimonials{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
}
section.teachers-benefit .testimonials:nth-child(5){
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    align-items: center;
}
section.teachers-benefit .testimonials:nth-child(5) .features-list{
    border: 2px solid var(--primary-teal);
    box-shadow: -5px 5px 5px 0px #4F797F;
    position: absolute;
    left: 0;
}
section.teachers-benefit .testimonials:nth-child(5) .features-list .feature h2{ 
    
    background-color: var(--primary-teal);
}
section.teachers-benefit .testimonials:nth-child(5) .features-list .feature div h3{
    width: fit-content;
    font-size: 20px;
    color: var(--primary-teal);
    line-height: 150%;
    text-align: center;
    text-align: left;
    line-height: 120%;
}
section.teachers-benefit .testimonials:nth-child(5) .features-list .feature div span{
    color: var(--primary-teal);
   
}

section.teachers-benefit .testimonials figure{
    display: flex;
    width: fit-content;
    height: fit-content;
}
section.teachers-benefit .testimonials figure img{
    width: 600px;
    height: 400px;
    object-fit: cover;
}
section.teachers-benefit .testimonials .features-list{
    width: 100%;
    max-width: 466px;
    height: fit-content;
    background-color: var(--white);
    padding: 32px;
    box-sizing: border-box;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 10px;
    border: 2px solid var(--primary-green);
    box-shadow: 5px 5px 5px 0px #6A9576;
    position: absolute;
    right: 0;
}
section.teachers-benefit .testimonials .features-list .feature{ 
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    gap: 24px;
}
section.teachers-benefit .testimonials .features-list .feature h2{ 
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 150%;
    display: inline-flex;
    justify-content: center;
    flex-shrink: 0;
    align-items: center;
    background-color: var(--primary-green);
    color: var(--white);
    border-radius: 5px;
    font-family: 'roboto';
}

section.teachers-benefit .testimonials .features-list .feature div h3{
    width: fit-content;
    font-size: 20px;
    color: var(--primary-green);
    line-height: 150%;
    text-align: center;
    text-align: left;
}
section.teachers-benefit .testimonials .features-list .feature div span{
    color: var(--primary-green);
}

section.teachers-benefit .content-wrapper .chat-shape:nth-child(4){
    margin-top: 64px;
    margin-bottom: 32px;
    
}
section.teachers-benefit .content-wrapper .chat-shape:nth-child(4) h3{
    background-color: var(--primary-teal);
}

/* Section Teachers Objectives Responsiveness section styles here */


@media (max-width: 1100px){
    section.teachers-benefit{
        padding-bottom: 64px;
    }
    section.teachers-benefit .content-wrapper div.heading h2{
        font-size: 25px;
        height: 38px;
        padding: 16px 0px;
    }
    section.teachers-benefit .content-wrapper div.heading{
        margin-bottom: 40px;
    }
    section.teachers-benefit .chat-shape h3{
        padding: 10px 31px;
    }
    section.teachers-benefit .testimonials .features-list .feature h2{
        font-size: 25px;
        width: 40px;
        height: 40px;
    }
    section.teachers-benefit .testimonials{
        flex-direction: column;
        max-width: 700px;
        align-items: end;
    }
    section.teachers-benefit .testimonials .features-list{
        width: 85vw;
        position: static;
        right: 0;
        margin-top: -45px;
        padding: 16px 16px 16px 24px; 
        gap: 10px;
    }
    section.teachers-benefit .testimonials .features-list .feature div h3{
        font-size: 16px;
    }
    section.teachers-benefit .testimonials figure img{
        width: 100%;
        height: auto;
    }
    section.teachers-benefit .testimonials:nth-child(5){
        flex-direction: column;
        align-items: start;
    }
    section.teachers-benefit .testimonials:nth-child(5) .features-list{
        position: static;
    }
    section.teachers-benefit .testimonials:nth-child(5) .features-list{
        margin-top: -40px;
    }
   
}





















































/* Section Timing styles here  */

section.timing{
    background-color: var(--white);
    background-color: var(--sec-green-shade-2);
}
section.timing .content-wrapper{
    display: flex;
    max-width: var(--boxed-width);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.timing .content-wrapper div.heading{ 
    width: 100%;
    max-width: 700px;
    border-top: 2px solid var(--primary-green);
    border-bottom: 2px solid var(--primary-green);
    margin-bottom: 77px;
}
section.timing .content-wrapper div.heading h2{ 
    padding: 24px 0px;
    height: 48px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: var(--primary-green)
}

section.timing .content-wrapper .timing-wrapper{
    width: 100%;
    height: fit-content;
     position: relative;
     display: flex;
     flex-direction: column;
     gap: 33px;
}
section.timing .content-wrapper .timing-wrapper .timing{
    width: fit-content;
    height: fit-content;
    min-height: 240px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    position: relative;
}
section.timing .content-wrapper .timing-wrapper .timing:nth-child(2){
    left: 75px;
}
section.timing .content-wrapper .timing-wrapper .timing:nth-child(3){
    left: 182px
}

section.timing .content-wrapper .timing-wrapper .timing-ol{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    transform: translate(0px, -10px)
}
section.timing .content-wrapper .timing-wrapper .timing-ol span{
    color: var(--primary-green);
    font-family: 'roboto';
    width: fit-content;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: -45px;
}
section.timing .content-wrapper .timing-wrapper .timing-ol span:nth-child(1){
    font-size: 40px;
}
section.timing .content-wrapper .timing-wrapper .timing-ol span:nth-child(2){
    font-family: 'roboto';
    font-size: 150px;
}
section.timing .content-wrapper .timing-wrapper figure img{
    height: 68%;
    object-fit: contain;
}
section.timing .content-wrapper .timing-wrapper figure{
    width: 180px;
    height: 180px;
    border-radius: 100px;
    display: flex;
    background-color: var(--white);
    justify-content: center;
    align-items: center;
}
section.timing .timing-wrapper .timing .timing-content{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}
section.timing .timing-wrapper .timing .timing-content figure{
    flex-shrink: 0;
}
section.timing .timing-wrapper .timing .timing-content .content h3{
    margin-bottom: 16px;
}
section.timing .timing .timing-content h3{
    line-height: 150%;
}
section.timing .timing .timing-content span{
    line-height: 150%;
}



/* Section Timing Responsiveness section styles here */

@media (max-width: 1100px){
    section.timing .content-wrapper div.heading h2{
        font-size: 25px;
        height: 38px;
        padding: 16px 0px;
    }
    section.timing .content-wrapper div.heading{
        margin-bottom: 40px;
    }
    section.timing .content-wrapper .timing-wrapper figure{
        width: 130px;
        height: 130px;
    }
    section.timing .timing-wrapper .timing .timing-content .content h3{
    margin-bottom: 10px;
    }
    section.timing .timing-wrapper .timing .timing-content{
        gap: 16px;
    }
    section.timing .content-wrapper .timing-wrapper{
        max-width: 700px;
        gap: 24px;
    }
    section.timing .content-wrapper{
        padding: 0px 12px;
        box-sizing: border-box;
    }
    section.timing .timing .timing-content h3{
        line-height: 120%;
    }
    
    section.timing .content-wrapper .timing-wrapper .timing-ol span:nth-child(1){
        font-size: 20px;
    }
    section.timing .content-wrapper .timing-wrapper .timing-ol span:nth-child(2){
        font-size: 70px;
    }
    section.timing .content-wrapper .timing-wrapper .timing-ol span{
        margin-bottom: unset;
    }
    section.timing .content-wrapper .timing-wrapper .timing{
        left: 0 !important;
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 0px;
    }
    section.timing .content-wrapper .timing-wrapper .timing:nth-child(2) .timing-ol{
        justify-content: end;
    }
    section.timing .content-wrapper .timing-wrapper .timing:nth-child(2) .timing-content{
        display: flex;
        flex-direction: row-reverse;
    }
    section.timing .content-wrapper .timing-wrapper .timing-ol{

          width: 100%;
          align-items: end;
          flex-direction: row;
          
    }
    section.timing .content-wrapper .timing-wrapper .timing-ol span:nth-child(1){
        padding-bottom: 25px;
    }
    
}

@media (max-width: 600px){
    section.timing .content-wrapper .timing-wrapper figure{
        width: 80px;
        height: 80px;
    }

}





























































/* Section Results and Testimonials styles here  */
section.resultsTestimonials{
    background-color: var(--white);
}

section.resultsTestimonials .content-wrapper{
    display: flex;
    max-width: var(--boxed-width);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


section.resultsTestimonials .hero-cta{
    width: 100%;
    max-width: 557px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 48px;
    margin-bottom: 160px;
}
section.resultsTestimonials .hero-cta h3{
    font-weight: 700;
    color: var(--primary-coral);
    line-height: 150%;
    text-align: center
}
section.resultsTestimonials .content-wrapper div.heading{ 
    width: 100%;
    max-width: 700px;
    border-top: 2px solid var(--primary-green);
    border-bottom: 2px solid var(--primary-green);
    margin-bottom: 80px;
}

section.resultsTestimonials .content-wrapper div.heading h2{ 
    padding: 24px 0px;
    /* height: 48px; */
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: var(--primary-green);
    line-height: 150%;
}
section.resultsTestimonials .content-wrapper .review-content h3{
    line-height: 150%;
    margin-bottom: -10px;
}
section.resultsTestimonials .content-wrapper .review-content .title{
    width: fit-content;
    padding: 0px 30px;
    border-bottom: 10px solid var(--sec-green-shade-2);
    margin-bottom: 32px;
}

section.resultsTestimonials .content-wrapper .review-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

section.resultsTestimonials .content-wrapper .review-content .review{
    width: 100%;
    height: fit-content;
    background-color: var(--sec-green-shade-2);
    border-radius: 10px;
    border: 2px solid var(--primary-green);
    padding: 40px 48px;
    box-sizing: border-box;
    display: flex;
    gap: 54px;
    margin-bottom: 64px;
}

section.resultsTestimonials .content-wrapper .review-content .review figure{
    width: fit-content;
    height: max-content;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}
section.resultsTestimonials .content-wrapper .review-content .review figure img{
    width: 400px;
    height: 263px;
    object-fit: cover;
}
section.resultsTestimonials .content-wrapper .review p{
    margin-top: 0px;
    line-height: 150%;
    font-size: 16px;
}
section.resultsTestimonials .content-wrapper .review p strong{
    margin-top: 0px;
    line-height: inherit;
    font-size: inherit;
}

section.resultsTestimonials .content-wrapper .review span.bold{
    font-weight: 700;
    line-height: 150%;
}

section.resultsTestimonials .content-wrapper .presentations-content .title{
    width: fit-content;
    padding: 0px 30px;
    border-bottom: 10px solid var(--primary-teal);
    margin-bottom: 32px;
}
section.resultsTestimonials .content-wrapper .presentations-content .title h3{
    margin-bottom: -4px;
}

 section.resultsTestimonials .content-wrapper .presentations-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.resultsTestimonials .content-wrapper .presentations{
    width: 100%;
    height: fit-content;
    background-color: var(--sec-green-shade-2);
    border-radius: 10px;
    border: 2px solid var(--primary-green);
    padding: 40px 48px;
    box-sizing: border-box;
    display: flex;
    gap: 54px;
}
section.resultsTestimonials .content-wrapper .presentations .lists{
    width: 100%;
    max-width: 608px;
    padding: 24px 40px;
    background-color: var(--primary-teal);
    border-radius: 10px;
    box-sizing: border-box;
}

section.resultsTestimonials .content-wrapper .presentations .lists ul{
    padding: 0px;
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
}
section.resultsTestimonials .content-wrapper .presentations .lists ul li{
    color: var(--white);
    line-height: 150%;;
    padding-left: 30px;
    position: relative;
}
section.resultsTestimonials .content-wrapper .presentations .lists ul li::before{
    content: '';
    background-image: url('assets/images/white-check.svg');
    display: inline-flex;
    width: 16px;
    height: 18px;
    object-fit: scale-down;
    background-repeat: no-repeat;
    background-position: 100%;
    z-index: 7;
    left: 0;
    top: 1px;
    position: absolute;
}
 section.resultsTestimonials .content-wrapper .presentations{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 40px;
 }
section.resultsTestimonials .content-wrapper .presentations figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.resultsTestimonials .content-wrapper .presentations figure{
    width: 100%;
    max-width: 450px;
    height: 250px;
    box-sizing: border-box;
    flex-shrink: 1;
    border-radius: 10px;
    overflow: hidden;
}
section.resultsTestimonials .content-wrapper .presentations .lists{
    grid-column:  1/3;
    justify-self: center;
}

/* Section Results and Testimonials Responsiveness section styles here */


@media (max-width: 1100px){
    section.resultsTestimonials{
        padding-bottom: 128px
    }
    section.resultsTestimonials .content-wrapper div.heading h2{
        font-size: 25px;
        height: 38px;
        padding: 16px 0px;
    }
    section.resultsTestimonials .content-wrapper div.heading{
        margin-bottom: 40px;
    }
    section.resultsTestimonials .content-wrapper .review-content .review figure{
        width: 100%;
    }
    section.resultsTestimonials {
        padding-top: 40px;
    }
    section.resultsTestimonials .content-wrapper .review-content .review figure img{
        width: 100%;
        height: max-content;
        aspect-ratio: 3/2;
        /* max-height: 263px; */
    }
    section.resultsTestimonials .content-wrapper .presentations figure{
        height: fit-content;
        min-height: 200px;
    }
    section.resultsTestimonials .content-wrapper .presentations figure img{
        width: 100%;
        height: max-content;
        aspect-ratio: 3/2;
        object-fit: cover;
    }
    section.resultsTestimonials .hero-cta{
        margin-top: 0px;
        margin-bottom: 128px;
    }
    section.resultsTestimonials .content-wrapper .review-content .title{
        margin-bottom: 24px;
    }
    section.resultsTestimonials .content-wrapper .review-content .review{
        padding: 32px 24px;
        max-width: 700px;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
        gap: 24px;
    }

    section.resultsTestimonials .content-wrapper .presentations{
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 700px;
        padding: 25px 24px;
    }
    section.resultsTestimonials .content-wrapper .presentations-content .title{
        margin-bottom: 27px;
    }
    section.resultsTestimonials .content-wrapper .presentations .lists{
        padding: 24px;
    }
    section.resultsTestimonials .content-wrapper .presentations .lists ul li{
        font-size: 14px;
    }
    section.resultsTestimonials .presentations-content .presentations{
        gap: 20px;
    }
}
































































/* Section FAQ styles here  */
section.faq{
    background-color: var(--white);
}

section.faq .content-wrapper{
    display: flex;
    max-width: var(--boxed-width);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.faq .content-wrapper .faq-wrapper{
    width: 100%;
    max-width: 750px;
    height: fit-content;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

section.faq .content-wrapper .faq-wrapper .faq{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 2px solid var(--primary-green);
    overflow: hidden;
    box-sizing: border-box;
}
section.faq .content-wrapper .faq-wrapper .faq .faq-title{
    width: 100%;
    height: fit-content;
    background-color: var(--primary-green);
    display: flex;
    flex-direction: row;
    align-items: start;
    padding: 4px 40px 4px 34px;
    box-sizing: border-box;
}
section.faq .content-wrapper .faq-wrapper .faq .faq-title span:nth-child(1){
    font-family: 'roboto';
    font-size: 35px;
    line-height: 150%;
    font-weight: 700;
    color: var(--white);
    margin-right: 24px;
}


section.faq .content-wrapper .faq-wrapper .faq .faq-title span:nth-child(2){
    line-height: 150%;
    color: var(--white);
    margin-top: auto;
    margin-bottom: auto;
}
section.faq .content-wrapper .faq-wrapper .faq .faq-title figure:nth-child(3){
    margin-left: auto;
    padding-top: 12px;
}

section.faq .content-wrapper .faq-wrapper .faq .faq-content{
    width: 100%;
    height: fit-content;
    background-color: var(--white);
    display: flex;
    flex-direction: row;
    /* align-items:start; */
    padding: 10px 40px 10px 34px;
    box-sizing: border-box;
}
section.faq .content-wrapper .faq-wrapper .faq .faq-content span:nth-child(1){
    font-size: 35px;
    line-height: 150%;
    font-weight: 700;
    color: var(--primary-green);
    margin-right: 24px;
}

section.faq .content-wrapper .faq-wrapper .faq .faq-content span:nth-child(2){
    line-height: 150%;
    display: inline-flex;
    height: fit-content;
    margin: auto 0px;
}

section.faq .hero-cta{
    width: 100%;
    max-width: 557px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
section.faq .hero-cta h3{
    font-weight: 700;
    color: var(--primary-coral);
    line-height: 150%;
    text-align: center
}

section.faq .content-wrapper div.heading{ 
    width: 100%;
    max-width: 700px;
    border-top: 2px solid var(--primary-green);
    border-bottom: 2px solid var(--primary-green);
    margin-bottom: 77px;
}
section.faq .content-wrapper div.heading h2{ 
    padding: 24px 0px;
    /* height: 60px; */
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: var(--primary-green);
    line-height: 150%;
}
section.faq .heading-2 h3{
    line-height: 150%;
    text-align: center;
}
section.faq .heading-2{
    width: 100%;
    max-width: 800px;
    margin: 80px 0px 40px;
}

/* Section FAQs Responsiveness section styles here */
@media (max-width: 1100px){
    section.faq{
    padding-top: 0px
    }
    section.faq .content-wrapper div.heading h2{
        font-size: 25px;
        height: 38px;
        padding: 16px 0px;
    }
    section.faq .content-wrapper div.heading{
        margin-bottom: 40px;
    }
    section.faq .content-wrapper .faq-wrapper .faq .faq-title span:nth-child(1), section.faq .content-wrapper .faq-wrapper .faq .faq-content span:nth-child(1){
        font-size: 25px;
    }
    section.faq .content-wrapper .faq-wrapper .faq .faq-title figure:nth-child(3){
        width: 12px;
        height: 12px;
        padding-left: 15px;
    }
    section.faq .content-wrapper .faq-wrapper .faq .faq-title{
        padding: 4px 19px 4px 19px
    }
    section.faq .content-wrapper .faq-wrapper .faq .faq-content{
        padding: 15px 20px 15px 20px
    }
    section.faq .heading-2{
        width: 90vw;
        margin: 48px 0px 32px
    }
    section.faq{
        padding-bottom: 64px;
    }
    
}


























































/* Section further-learning styles */

section.further-learning{
    background-color: var(--white);
}
section.further-learning .content-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}
section.further-learning .heading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 80px;
    align-items: center;
}
section.further-learning .heading h2{
    width: 100%;
    /* max-width: 440px; */
    display: block;
    height: fit-content;
    box-sizing: border-box;
    text-align: center;
    color: var(--white);
    line-height: 120%;
    background-color: var(--primary-green);
    padding: 17px 194px;
    clip-path: var(--clip);
}
section.further-learning .heading span{
    width: 100%;
    display: flex;
    max-width: 673px;
    line-height: 150%;
    text-align: center;
}

section.further-learning .further-learning-card-wrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
    
}
section.further-learning .further-learning-card-wrapper .card{
    width: 100%;
    max-width: 300px;
    min-height: 521px;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 5px 5px 5px 0px #6A9576;
    padding: 28px 15px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
section.further-learning .further-learning-card-wrapper .card figure{
    height: fit-content;
    width: fit-content;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

section.further-learning .further-learning-card-wrapper .card h3{
    text-align: center;
    height: 60px;
    width: 100%;
    line-height: 120%;
    padding: 0px 0px 10px;
    margin-bottom: 16px;
    display: flex;
    align-items:flex-end;
    justify-content: center;
}
section.further-learning .further-learning-card-wrapper .card span{
    line-height: 150%;
    text-align: left;
}

section.further-learning .further-learning-card-wrapper .card{
    border: 3px solid var(--primary-green);
}
section.further-learning .further-learning-card-wrapper .card h2{
    color: var(--primary-green);
}
section.further-learning .further-learning-card-wrapper .card h3{
    color: var(--primary-green);
    border-bottom: 2px solid var(--primary-green)
}

/* Section further-learning Responsiveness section styles here */


@media (max-width: 1100px){
    section.further-learning{
    padding-top: 64px;
    padding-bottom: 250px;
}
section.further-learning .heading h2{
    width: fit-content;
    padding: 17px 32px;
}
section.further-learning .heading span{
    width: 90vw;
    margin-bottom: 8px
}
section.further-learning .heading{
    gap: 40px;
}
section.further-learning .further-learning-card-wrapper{
    flex-direction: column;
    gap: 24px;
    
}
section.further-learning .further-learning-card-wrapper .card figure{
    width: 100%;
}
section.further-learning .further-learning-card-wrapper .card figure img{
    width: 100%
}
section.further-learning .further-learning-card-wrapper .card{
    min-height: unset;
    padding: 32px 15px 32px;
    max-width: 500px;
    
    
}
section.further-learning .content-wrapper{
    gap: 24px;
    padding: 0px 30px;
    box-sizing: border-box;
}
}




/* Section form styles here. */
section.form-wrapper .content-wrapper div.heading{ 
    width: 100%;
    max-width: 700px;
    border-top: 2px solid var(--primary-green);
    border-bottom: 2px solid var(--primary-green);
    margin-bottom: 77px;
}
section.form-wrapper .content-wrapper div.heading h2{ 
    padding: 24px 0px;
    /* height: 60px; */
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: var(--primary-green);
    line-height: 150%;
}

section.form-wrapper{
    background-color: var(--white);
}
section.form-wrapper .content-wrapper{
    display: flex;
    max-width: 852px;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

section.form-wrapper .content-wrapper div.heading-2{ 
    width: 100%;
    max-width: 750px;
    font-size: 20px;
    margin: 64px 0px 40px 0px;
    margin: 0px auto;
}
section.form-wrapper .content-wrapper div.heading-2 h3{ 
    line-height: 150%;
    max-width: 539px;
    font-size: 20px;
    text-align: center;
    margin: 0px auto;
}






































footer{
    background-color: var(--primary-green);
}
footer div.footer-wrapper{
    display: flex;
    flex-direction: column;
    align-items: start;
    width: fit-content;
    margin: 0px auto;
}
footer div.footer-wrapper figure{
    width: 100%;
    max-width: 320px;
} 
footer div.footer-wrapper figure img{
    width: 100%;
    height: 100%;
}
footer div.footer-wrapper a, footer div.footer-wrapper span, footer div.footer-wrapper p{
    color: var(--white);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    width: fit-content;
    padding-left: 20px
}
footer div.footer-wrapper p{
    font-weight: 400;
    margin: 36px auto 0px;
    font-size: 12px;
}

@media (max-width: 1100px){
    footer div.footer-wrapper figure{
        max-width: 250px;
    }

    footer div.footer-wrapper a, footer div.footer-wrapper span, footer div.footer-wrapper p{
        font-size: 14px;
    }
    footer div.footer-wrapper p{
        padding-left: 10px;
        margin: 64px auto 0px;
        font-size: 10px;
    }
    footer{
        padding-top: 32px;
    }
}