.heading__container{padding:4rem;display:flex;justify-content:space-between;align-items:center}.heading__text{flex:0 0 40%}.heading__text__primary{text-transform:uppercase;font-size:3rem;color:var(--color-primary);font-family:var(--font-primary);font-weight:600}.heading__text__primary--color{display:block;color:var(--color-tertiary)}.heading__text__secondary{margin:1rem 0;color:var(--color-primary)}.heading__image{flex:0 0 40%}@media only screen and (max-width:768px){.heading__container{padding:4rem;flex-flow:column nowrap;justify-content:center;align-items:center}}.get-started__container{padding:4rem 4rem 0;background-color:var(--color-blue);display:flex;justify-content:space-between;align-items:start}.get-started__heading{flex:0 0 20%}@media only screen and (max-width:768px){.get-started__container{padding-bottom:1rem;flex-flow:column nowrap;justify-content:center;align-items:space-around}.get-started__heading{text-align:center;padding-bottom:4rem}}.get-started__content{text-align:center;flex:0 0 30%;margin-bottom:3rem}.get-started__content h3{text-transform:capitalize;font-weight:700;margin-bottom:1rem}.initiative__container{padding:4rem;background-color:var(--color-blue);display:flex;justify-content:space-between;align-items:center}.initiative__heading{flex:0 0 25%}.initiative__content{display:flex;flex-flow:row wrap;justify-content:space-around}.content__program{padding:1.5rem;margin:1rem 0;border-radius:.3rem;background-color:var(--color-white);flex:0 0 40%;box-shadow:0 2px 4px #ccc}.game-changer{flex:0 0 90%}@media only screen and (max-width:992px){.initiative__container{flex-flow:column nowrap;justify-content:center;align-items:space-around}.initiative__heading{flex:0 0 90%;margin:0 3rem}}@media only screen and (max-width:768px){.initiative__heading{flex:0 0 90%;margin:0}.content__program{padding:.8rem;margin:1rem 0;border-radius:.3rem;background-color:var(--color-white);flex:1 0 100%}}@keyframes show{0%{opacity:0;color:#000}to{opacity:1;color:#fff}}.testimonial__section{padding:4rem}.testimonial__container{display:flex;flex-flow:row nowrap;justify-content:center}.testimonial__picture{flex:0 0 12%;height:380px;padding:.5rem;color:transparent;display:block;position:relative;transition:all .5s ease-out}.testimonial__picture:hover{flex:0 0 24%;height:380px;animation:show .5s ease-out;animation-fill-mode:forwards}.testimonial__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}.testimonial__content{padding:.5rem;background:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2));position:relative;transform:translateY(-100%)}.testimonial__name{font-size:.8rem;font-weight:700}.testimonial__name,.testimonial__person{color:var(--color-white);text-transform:capitalize}.testimonial__person{padding-bottom:.5rem;font-size:.7rem}.testimonial__testimony{font-size:.7rem;font-weight:500}@media only screen and (max-width:992px){.testimonial__container{flex-flow:row wrap}.testimonial__picture{flex:0 0 24%}.testimonial__picture:hover{flex:0 0 48%}}.button__primary{color:#fff;background-color:var(--color-primary);font-weight:400}.button__primary,.button__primary-outline{padding:.3rem 2rem;margin:2rem 0;border-radius:.3rem;text-transform:capitalize;text-decoration:none;font-family:var(--font-primary);cursor:pointer}.button__primary-outline{border:2px solid var(--color-primary);font-weight:700}.heading__primary-2{color:var(--color-primary);font-size:2rem}.heading-3,.heading__primary-2{text-transform:capitalize;font-family:var(--font-primary);font-weight:700}.heading-3{font-size:1.8rem}