.hero-section{display:flex;flex-direction:column;align-items:center;color:#fff;position:relative}.hero-section__content h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero-section__content h1 span{color:#2ecc71}.hero-section__background{width:100%;height:100vh;position:relative}.hero-section__background .hero-section__background-image{z-index:-1}.hero-section__background .hero-section__content{position:relative;text-align:center;max-width:800px;top:10rem;left:-7rem}.hero-section__background .hero-section__content h1{font-size:60px;font-weight:700;line-height:1.2;position:absolute;left:13rem}.hero-section__background .hero-section__content h1 span{color:#2ecc71}.hero-section__background .hero-section__content .hero-section__subtitle{margin:2rem 0;font-size:18px;font-weight:600;font-style:italic;position:relative;top:12rem;left:4rem}.hero-section__background .hero-section__content .hero-section__button{background-color:#fff;color:#373643;padding:.8rem 1.5rem;border:none;border-radius:25px;cursor:pointer;font-size:1rem;transition:background-color .3s ease;position:relative;right:4rem;top:15rem;font-weight:600}.hero-section__background .hero-section__content .hero-section__button:hover{background-color:#2ecc71;color:#fff}.hero-section__quote{background-color:#373643;color:#fff;text-align:center;padding:1.5rem;width:100%}.hero-section__quote p{font-size:1.5rem;font-style:italic}.hero-section__quote span{display:block;margin-top:.5rem;font-weight:300}@media(max-width:768px){.hero-section__background{height:60vh}.hero-section__background .hero-section__content h1{font-size:2rem;left:11rem}.hero-section__background .hero-section__content .hero-section__subtitle{position:relative;font-size:1rem;top:7rem;left:7rem;max-width:340px;place-self:center}.hero-section__background .hero-section__content .hero-section__button{font-size:.9rem;padding:.6rem 1.2rem;position:relative;top:8rem;left:7rem}.hero-section__quote p{font-size:1.2rem}}.container{padding:2rem;text-align:center;background-color:#f5f7fa;display:flex;flex-direction:column;justify-content:center;align-items:center}.container .title{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.container .subtitle{font-size:1rem;color:#565a5b;margin-bottom:2rem;font-weight:500;display:flex;justify-content:center;align-items:center;max-width:550px}.container .cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;margin-left:100px;margin-right:100px}@media(max-width:1024px){.container .cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.container .cards{grid-template-columns:1fr}}.container .card{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.5rem;box-shadow:0 2px 5px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;transition:transform .3s,box-shadow .3s;max-width:275px}.container .card:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.container .card .icon{margin-bottom:1rem}.container .card .cardTitle{font-size:1.25rem;font-weight:600;color:#1a202c;margin-bottom:.5rem;text-align:center}.container .card .description{font-size:.875rem;color:#4a5568;text-align:center;margin-bottom:1rem}.container .card .learnMore{padding:.5rem 1rem;font-size:.875rem;color:#6a6b6c;background-color:#fff;border:1px solid #373643;border-radius:.25rem;cursor:pointer;transition:background-color .3s;font-weight:700}.container .card .learnMore:hover{background-color:#18cb96;color:#fff}@media(max-width:768px){.container .title{font-size:24px}.container .subtitle{font-size:20px}.container .cards{margin-left:10px;margin-right:10px}.container .card{max-width:100%}}