.advantages > .item {
    background-color: #0054a6;
    width: 150px; height: 150px;
    border-radius: 75px;
}

#contentBlock-aboutus {
    background-color: #f3f3f5;
}
#contentBlock-aboutus .fa-circle {
    color: #d6dee2;
}
@media (min-width: 992px) {
    #contentBlock-aboutus .fa-3x {
        font-size: 5em;
    }
    #contentBlock-aboutus .fa-3x > i:nth-child(2) {
        font-size: .65em;
    }
}