.step-card {
    margin-bottom: 20px
}

.step-card > .header {
    border: 1px solid #EAEAEA;
    background-color: #F2F2F9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    padding: 20px;
}
.step-card > .header > div {
    width: 20px;
    height: 20px;
    border: 2px solid #B8B8D5;
    border-radius: 10px
}
/* .step-card > .header > div span {
    display: block;
    
} */
.step-card > .header h2 {
    font-size: 14px !important;
    margin: 0;
    /* text-transform: uppercase; */
    font-weight: 400 !important;
    margin: 0 !important
}

.step-card > .body {
    padding: 20px 20px;
    border: 1px solid #EAEAEA;
}