.get-started-module{overflow:hidden;position:relative}.get-started-module .heading span{display:inline-block;font-family:adobe-handwriting-ernie,sans-serif;font-size:70px;font-weight:400}.get-started-module .content{margin-bottom:25px}.get-started-module .cards{display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.get-started-module .card{background:#c7c8fb;border-radius:32px;color:inherit;display:flex;flex-direction:column;justify-content:space-between;padding:36px 32px 32px;position:relative;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.get-started-module .card:before{background:var(--primary_color);content:"";height:5px;position:absolute;right:32px;top:28px;width:75px}.get-started-module .card img{margin-bottom:15px;width:75%}.get-started-module .card h3{font-size:22px;font-weight:700;margin-bottom:0}@media(max-width:1024px){.get-started-module .cards{gap:20px;grid-template-columns:repeat(2,1fr)}.get-started-module .card{padding:20px}.get-started-module .card h3{font-size:20px}.get-started-module .card:before{height:4px;width:50px}.get-started-module .button,.get-started-module .hs-button,.get-started-module button{font-size:16px}}@media(max-width:620px){.get-started-module .cards{grid-template-columns:1fr;margin:0 auto;max-width:450px}.get-started-module .card img{width:65%}}