:root{--nav-background:var(--theme-emerald);--navigation-color:white}#header{background:var(--theme-emerald);justify-content:space-between;align-items:center;gap:30px;display:flex}#header .left h1{font-weight:900;font-size:var(--font-size-hero);color:#fff;letter-spacing:1px}#header .left p{font-size:var(--font-size-title);color:#f9fafb;font-weight:400;line-height:1.7}#header .left p span{font-weight:700}#header .right img{border-radius:10px;width:600px}#curriculum p{margin-top:-20px;margin-bottom:30px;line-height:1.7}#curriculum .two-image-side-by-side{flex-wrap:wrap;gap:20px;display:flex}#curriculum .two-image-side-by-side img{border-radius:10px;width:100%;min-width:200px;max-width:580px}#goals{background:#f5f5f5}#goals #goals-wrapper{justify-content:space-between;gap:20px;display:flex}#goals #goals-wrapper .goal{text-align:center;background:#fff;border-radius:10px;flex-direction:column;align-items:center;gap:20px;padding:30px 20px;display:flex}#goals #goals-wrapper .goal .goal-icon{background:var(--theme-emerald);aspect-ratio:1;color:#fff;border-radius:100%;justify-content:center;align-items:center;width:180px;font-size:80px;display:flex}#goals #goals-wrapper .goal .goal-number{font-weight:600;font-size:var(--font-size-title)}#goals #goals-wrapper .goal .goal-text{line-height:1.5}#photos #photos-wrapper{gap:20px;display:flex}#photos #photos-wrapper .photo img{border-radius:10px;width:100%}@media (width<=1100px){#header .left{min-width:min(450px, var(--width));flex-grow:1}#header .right{width:auto}#header .right img{width:100%}}@media (width<=900px){#goals-wrapper{flex-wrap:wrap}.goal{width:100%}}@media (width<=700px){#header{flex-wrap:wrap}#header .left{min-width:min(450px, var(--width));flex-grow:1}#header .right{width:auto}#header .right img{width:100%}#photos-wrapper{flex-wrap:wrap}}
