.circle {                                                                                                                                                                                                                                                                                    
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 130px;
    background:#fff;
    text-align:center;
    margin:0 auto;
}
.circle-bone-blue {
    background: #1b2f51;
    color:#ecbd43;                                                                                                                                                                                                                                                                           
    border:#ecbd43 3px solid;
    line-height: 50px;
    padding: 20px;
}

.circle h5 {
    padding:0;
    margin:0;
    font-size:24px;
    line-height: 30px;
    font-weight: bold;
}                                                                                                                                                                                                                                                                                            

