.who-h3{
    color:#000 !important;
    font-size: 2rem !important;
    font-weight: 500 !important;
}
.box-item .icon{
    color:#888;
    background-color: transparent;
}
.box-item:hover .icon{background-color: transparent;}
.steps-home *{
    color:#000 !important;
    font-size: 14px;
    color: #939393 !important;
}
.steps-home{background: #f1f1f1;}
.steps-home .step-marker{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgb(49, 49, 49);
    color: #FFF;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-bottom: 12px;
}
.step-title{
    font-weight: bold !important;
    font-size: 19px;
    color:#000 !important
}