.card-statics {
    position: relative;
}

.card-statics .card-title {
    font-size: 50px;
    color: #4f7588;
    font-weight: bold;
    text-align: right;
}
.card-statics .card-text {
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
}

.card-statics  i{
    position: absolute;
    font-size: 80px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #dee2e6;
}