.step-output {
    margin:10px 0;
}

.card-header {
    background: #f05f40;
}

#steps .btn-link {
    color:white;
    font-size:20px;
}

#steps .btn-link  span {
   display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: white;
    line-height: 70px;
    font-size: 16px;
    color: #f05f40;
    margin-right:10px;
}

#steps img {
    max-width: 100%;
}

