.steps-cards{display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr)}@media (min-width:992px){.steps-cards.grid-columns-3{grid-template-columns:repeat(3,1fr)}}.steps-cards .card{background:var(--white);border-radius:12px;display:flex;flex-direction:column;overflow:visible;padding:2rem 1.5rem}.steps-cards .card .card-header{margin-bottom:1rem}.steps-cards .card .card-body{flex-grow:1}.steps-cards .card .card-body h3{display:block;font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-transform:none}.steps-cards .card .card-body p:last-of-type{margin-bottom:0}