.step-cards{display:flex;gap:20px}.step-cards__wrap{align-items:center;background:#fff;border-radius:15px;display:flex;padding:24px}.step-cards__text{padding-right:40px}.step-cards__left,.step-cards__right{display:flex;flex-direction:column;gap:20px}.step-cards__right{margin-top:40px}.step-cards__preheader{color:#184ba0;margin-bottom:10px;text-transform:uppercase}.step-cards__header{color:#3b3b3b;margin-bottom:16px}.step-cards__content{color:#3b3b3b}.step-cards__icon img{height:100px;min-width:140px}.step-cards__mobile{display:none}@media screen and (min-width:768px) and (max-width:1024px){.step-cards__wrap{align-items:start;flex-flow:column-reverse;gap:10px}.step-cards__text{padding-right:0}}@media screen and (max-width:767px){.step-cards__mobile{display:flex;flex-direction:column;gap:20px}.step-cards__left,.step-cards__right{display:none}.step-cards__wrap{align-items:start;flex-flow:column-reverse;gap:10px}.step-cards__text{padding-right:0}}