.gallery{max-width:100%;height:auto;padding:2rem 0;overflow-y:scroll}.image__container{margin:1rem;cursor:pointer}.image{width:100%;height:100%;object-fit:cover}.gallery__title{font-size:3rem;margin-bottom:0rem;color:#fff;padding:10rem 2rem 5rem;background-color:var(--theme-clr);background-image:linear-gradient(90deg,var(--theme-clr),var(--secondary-clr))}.gallery__title{background-image:url(/cvc-header.png);background-position:30%;background-size:cover}@media only screen and (min-width: 30rem){.gallery__title{font-size:5rem}}@media only screen and (min-width: 60rem){.gallery{width:100%;display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:100%;overflow:hidden;place-content:center;padding:2.5rem}}.learn{color:#000;width:100%;background-color:var(--light-grey);text-align:left}.learn__container{padding:2rem;overflow:hidden}.learn__title{font-size:1.4rem;margin-bottom:1rem;color:var(--theme-clr);line-height:1.25}.learn__subtitle{color:#555;margin-bottom:2rem}.learn__button{padding:.7rem 1.4rem;border:.1rem solid var(--theme-clr);border-radius:var(--button-radius);color:var(--theme-clr);font-weight:600;transition:all .2s ease;position:relative;z-index:5;overflow:hidden;display:inline-block}.learn__button:hover{color:#fff}.learn__button:before{content:"";position:absolute;top:100%;left:0%;width:100%;height:100%;background-color:var(--theme-clr);transition:all .15s cubic-bezier(.55,.085,.68,.53);z-index:-1}.learn__button:hover:before{top:0%}@media only screen and (min-width: 60rem){.learn{background-color:#fff;overflow:hidden}.learn__container{width:900px;margin:3rem auto;background-color:#e7e7e7;background-image:linear-gradient(90deg,#e7e7e7,#dfdfdf);border-radius:var(--button-radius);padding:3rem 2rem;display:flex;flex-direction:row;justify-content:space-around;align-items:center}.learn__content{width:34rem}.learn__title{font-size:2rem;font-weight:700}.learn__subtitle{margin-bottom:0}}
