:root{--Green:#57aa75;--Navy:#1a214c;--Blue:#a2bff2;--Red:#dd4545;--Gray:#eaeaea}*{box-sizing:border-box}body{font-family:josefin-sans,sans-serif;font-weight:400;margin:0;width:100%}h1{font-size:50px}h1,h2{color:var(--Navy);font-weight:700}h2{font-size:40px}@media screen and (max-width:800px){h1{font-size:40px}h1,h2{font-weight:700}h2{font-size:35px}}p{color:#646464;font-size:17px;line-height:27px}strong{font-weight:700}.bodyContainer{float:none!important;margin:0 auto!important;max-width:1200px!important}@media screen and (max-width:1250px){.bodyContainer{padding-left:35px;padding-right:35px}}.contentContainer{float:none!important;margin:0 auto!important;max-width:800px!important}@media screen and (max-width:850px){.contentContainer{padding-left:35px;padding-right:35px}}.centerImage,.leftImage{aspect-ratio:auto;display:block;height:auto;max-width:100%}.centerImage{margin:0 auto}.btn{background-color:var(--Green);border-radius:35px;color:#fff;cursor:pointer;display:inline-block;padding:12px 40px;text-align:center;text-decoration:none}.btn:hover{background-color:var(--Navy)}