.card_steps_container{display:flex;flex-wrap:wrap;gap:var(--GAP)}.card_step{border:1px solid var(--BORDER_LIGHTEST_GRAY);border-radius:var(--BORDER_RADIUS);height:auto;padding:var(--GAP);position:relative;width:405.33px}.card_step h4,.card_step h5,.card_step h6{margin:0}.card_step p:last-of-type{margin-bottom:0;margin-top:var(--MOBILE_TEXT_MARGIN)}.card_step:first-of-type{margin-left:0}.card_step_number{align-items:center;background-color:#fff;border:1px solid var(--BORDER_LIGHTEST_GRAY);border-radius:50%;display:flex;font-size:20px;font-weight:700;height:48px;justify-content:center;padding:10px;position:absolute;right:7%;top:-24px;width:48px}@media (max-width:1026px){.card_step:first-of-type{margin-left:auto;margin-top:0}.card_steps_container{flex-direction:column;margin:0}.card_step{margin:20px auto;width:80%}}@media (max-width:767px){.card_step{width:100%}}