.metrics .container{
    padding: 0 58px;
}
.metrics .color-bg{
    background: #c30505;
    border: #c30505;
}

.metrics .card{
    background-image: url('../images/bg-metrics.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 190px;
    height: 190px;
    transform: translateY(-120px);
    z-index: 10;
    text-align: center;
    color: #FFFFFF;
    border-radius: 4px;
    margin: auto;
}
.metrics .row{
    height: 0;
}
.metrics .card .card-body{
    padding: 0;
}
.metrics h5{
    margin-top: 54px;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 4px;
}
.metrics p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    
}


@media (max-width: 768px) {
    .metrics .container{
        padding: 0 24px;
    }
    .metrics .color-bg{
        background: #c30505;
    }
    .metrics .card{
        width: 150px;
        height: 150px;
        transform: translateY(-90px);
        margin-bottom: 27px;
    }
    .metrics h5{
        margin-top: 42px;
        font-size: 34px;
        font-weight: 600;
        line-height: 40px;     
        margin-bottom: 2px;
    }
    .metrics p{
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        
        
    }
}