#cvct-card-wrapper .cvct-card-2 h2:after,
#cvct-card-wrapper .cvct-card-3 h2:after,
#cvct-card-wrapper .cvct-card-4 h2:after,
#cvct-card-wrapper .cvct-card-6 h2:after {
    content: '';
    height: 1px;
    width: 50%;
    display: block;
    background: rgba(0, 0, 0, 0.18);
    margin: 10px auto 15px;
}
#cvct-card-wrapper[max-width~="350px"] .cvct-number {
    width: 49.98%;
}
#cvct-card-wrapper[max-width~="200px"] .cvct-number,
#cvct-card-wrapper[max-width~="200px"] .cvct-left,
#cvct-card-wrapper[max-width~="200px"] .cvct-right {
    width: 100%;
    text-align: center !Important;
}
#cvct-card-wrapper[min-width~="500px"] .cvct-number span.large-num {
    font-size: 22px;
    line-height: 26px;
}
#cvct-card-wrapper[max-width~="400px"] h2 {
    font-size:18px;
}

/*Style-3*/
#cvct-card-wrapper[max-width~="600px"] .cvct-card-3 .cvct-number {
    width:100%;
}

/*Style-5*/
#cvct-card-wrapper[max-width~="650px"] .cvct-card-5 .cvct-number {
    width:49.98%;
}
#cvct-card-wrapper[max-width~="380px"] .cvct-card-5 .cvct-number {
    width:100%;
    text-align:left;
}

/*Style-6*/
#cvct-card-wrapper[min-width~="650px"] .cvct-card-6 .cvct-number span.large-num,
#cvct-card-wrapper[min-width~="650px"] .coronatracker-card.cvct-card-6 h2 {
    font-size:32px;
    line-height:40px;
}