.step-card-container{grid-column-gap:1.42rem;grid-row-gap:2rem;display:grid;grid-template-columns:repeat(2,auto);justify-content:center}.step-card{max-width:570px;width:100%}.step-card-image{display:none}.step-card-image-visible{display:flex;justify-content:center}.step-card img{border-bottom:5px solid var(--clr-primary);max-height:375px;object-fit:cover}.step-card-text{align-items:start;background-color:#fff;display:flex;justify-content:center;position:relative;z-index:9999}.step-card-counter{background-color:var(--clr-primary);color:#fff;font-size:32px;font-weight:600;min-height:78px;min-width:60px;padding-top:40px;text-align:center}.step-card-content{padding-left:20px}.step-card-content h3{font-size:1.5rem}@media (max-width:1200px){.step-card{max-width:450px}}@media (max-width:950px){.step-card-container{grid-template-columns:repeat(1,auto)}.step-card{max-width:700px}}@media (max-width:700px){.step-card{max-width:300px}.step-card img{object-fit:cover}}