.step-cards-section{column-gap:44px;display:flex;margin-top:40px}.step-card{border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.1);flex:1;padding:24px;position:relative}.step-card h1{color:#e32707;font-family:Inter,sans-serif!important;font-size:60px;font-weight:700;margin-bottom:16px}.step-card h3{color:#0a0a0a;font-size:24px;font-weight:600;margin-bottom:12px}.step-card img{position:absolute;right:-18px;top:50%;transform:translateY(-50%)}@media screen and (max-width:767px){.step-cards-section{flex-direction:column;margin-top:32px}.step-cards-section .step-card{margin-bottom:32px}.step-cards-section .step-card img{left:50%;top:100%;transform:rotate(90deg) translate(-50%,50%)}}