@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap");.cards-steps{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:24px;margin-inline:auto;max-width:992px}@media (min-width:992px){.cards-steps{grid-template-columns:repeat(3,1fr);grid-gap:20%;position:relative}.cards-steps:after,.cards-steps:before{content:"";display:block;height:1.625rem;position:absolute;top:3rem;width:17%}.cards-steps:before{background:url(https://44483747.fs1.hubspotusercontent-na1.net/hubfs/44483747/site-files/steps-arrow-1.svg);background-repeat:no-repeat;background-size:75%;left:23%}.cards-steps:after{background:url(https://44483747.fs1.hubspotusercontent-na1.net/hubfs/44483747/site-files/steps-arrow-2.svg);background-repeat:no-repeat;background-size:75%;left:63%}}.cards-steps .card{display:flex;flex-direction:column;padding:0 1.5rem}.cards-steps .card .card-header h3{color:var(--yellow);font-family:Montserrat,sans-serif;font-size:6.5rem;font-weight:800;margin-bottom:0}.cards-steps .card .card-body h4{font-size:2rem;font-weight:600;line-height:1.25;margin-bottom:.5rem;text-transform:uppercase}.cards-steps .card .card-body p{margin-bottom:0}