.card-step{display:flex;flex-direction:column;gap:8px;padding:16px;background:var(--neutral-blue-200);border-radius:4px}.article-content .card-step:last-of-type{margin-bottom:32px}.card-step .subtitle-1{color:var(--primary-red-800);font-size:12px;font-weight:500;line-height:16.8px}.card-step .card-step-txt p{font-size:12px;font-weight:400;line-height:18px}.card-step>div{flex:1}.card-steps-section{margin-top:32px}@media (min-width:768px){.card-step{flex-direction:row;gap:32px;padding:24px;background:var(--neutral-blue-300)}}@media (min-width:992px){.card-step .subtitle-1{color:var(--primary-red-800);font-size:16px;font-weight:500}.card-step .card-step-txt p{font-size:16px;line-height:24px}.article-content .card-step:last-of-type{margin-bottom:64px}}