.started {
    font-family: Heebo-Regular;
    padding: 0;
}

.started__header {
    line-height: 32px;
    text-align: center;
    font-family: Heebo-Bold;
    font-size: 28px;
    color: #001928;
    letter-spacing: -0.2px;
    font-weight: bold;
}

/*.work-flow {
    background: white;
    box-shadow: 0 0 2px 0 rgba(0,25,40,0.12), 0 2px 2px 0 rgba(0,25,40,0.07);
    border-radius: 8px;
    padding: 20px;
    margin: auto;
}

*/








/* New css*/

.work-flow {
    margin-left: 70px;
}


.wfstep-banner {
    display: inline-block;
    padding: 12px 9px; 
    background-color: #E6F1F9;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.browse-api div.placeholder {
    background: transparent url(../../images/home_payment_icon.png);
    background-size: auto;
    background-repeat: no-repeat;
    margin-left: 0px !important;
}

.test-sandbox div.placeholder {
    background: transparent url(../../images/home_wallet_icon.png);
    background-size: 35px 30px;
    background-repeat: no-repeat;
    position: relative;
    left: 1px;
}

.launch-app div.placeholder {
    background: transparent url(../../images/home_secure_icon.png);
    background-size: 31px 35px;
    background-repeat: no-repeat;
    position: relative;
    left: 3px;

}

.work-flow div.placeholder {
    height: 35px;
    width: 38px;
    margin-left: auto;
    margin-right: auto;
}

.work-flow .wfstep {
    background-color: #FAFAFA;
    border-radius: 10px;
    padding-bottom: 30px;
    flex: 0 0 32%;
    padding: 15px 20px;
    flex-basis: 30%;
}

.test-sandbox.wfstep {
   margin: 0 25px;
}

.wfstep h6 {
        margin-top: 24px;
    font-family: 'Heebo-Regular';
    font-weight: 400;
    font-size: 28px;
}



.wfstep p.text-center {
    font-family: Heebo-Regular;
    font-size: 18px;
    color: #001928;
    text-align: left !important;
    margin-top: 21px;
    margin-bottom: 21px;
    font-weight: 400;
    line-height: 28px;
}

.wfstep:first-child p.text-center {
    letter-spacing: 0.9px;
}
.wfstep-inner {
    display: flex;
    flex-direction: column;
}
/*.test-sandbox .text-center {
    margin-bottom: 45px !important;
}*/

/*.wfstep-inner p:last-child {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 15px;
    padding: 5px 15px 5px 15px;
}*/