.block2{

    text-align: center;
    vertical-align: middle;
}
.circle2 {
    background: #0019cc;
    border-radius:50%;
    color: #fdf7f7;
    display:table;
    height: 200px;
    font-weight: bold;
    font-size: 1.2em;
    width: 200px;
    margin:0 auto;
}
.circle2 span {
    display:table-cell;
    vertical-align:middle;
    height:200px;
    width:200px;
    text-align:center;
    padding: 0 15px;
}


.block-icon-wrapper-ovverride {
    width: 210px;
    padding: 20px;
    border-radius: 2px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}

.blue-light-color {
    background-color: #6cc6da;
}

.red-strong-color{
    background-color: #cc0038;
}

.text-center {
    text-align: center !important;
    font-size: 14px;
}
.sct-color-2 {
    background-color: #f3f0f0;
}