.step-page{width:100%;height:100%;display:flex;justify-content:space-evenly;background-color:#00243d;border-bottom-right-radius:32px;border-bottom-left-radius:32px}
.step-background{display:grid;grid-template-rows:repeat(3,1fr);width:832px;height:792px;background-image:url('../../../../../content/dam/bnyadvisormatch/web/images/advisory.png');background-size:cover;background-position:center;background-repeat:no-repeat;margin:30px 0}
.step-text{display:flex;flex-direction:column;color:white;font-size:30px;font-weight:600;font-family:"BNYM_ADVISORY_Inter"}
.step-subtext{font-size:14px;color:#f5f0eb;margin-top:5px;font-weight:400;width:448px;font-family:"BNYM_ADVISORY_Inter"}
.step-text1{grid-row:1;padding-top:60px;padding-left:65px}
.step-text2{grid-row:2;margin-left:389px;padding-top:76px}
.step-text3{grid-row:3;padding-left:65px;padding-top:88px}
@media(max-width:1024px){.step-background{background-image:url('../../../../../content/dam/bnyadvisormatch/web/images/advisory-tab.png');width:650px;height:792px}
.step-text{font-size:24px;color:#f5f0eb}
.step-subtext{font-size:13px;padding-right:10px;width:313px}
.step-text1{padding-top:31px}
.step-text2{padding-top:47px}
.step-text3{padding-top:62px}
}
@media(max-width:768px){.step-background{background-image:url('../../../../../content/dam/bnyadvisormatch/web/images/advisory-mobile.png');width:327px;height:1267px}
.step-text{font-size:18px}
.step-subtext{width:290px}
.step-text1{padding-left:0;padding-top:62px}
.step-text2{margin-left:60px;padding-top:66px}
.step-text3{padding-left:0;padding-top:90px}
}