.img_round_bg .box-holder {
    background: white;
    border-radius: 50%;
    width: 80%!important;
    border: 5px solid #000;
    padding: 40px 20px!important;
}

.label-step p {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #009cbd;
    border-radius: 50%;
    border: 3px solid #000;
    color: #fff;
    font-size: 50px;
    text-align: center;
    text-shadow: 3px 3px 0 #000;
    margin-bottom:0!important;
}
