.num_animado{
    font-size:70px;
    color:var(--primary);
    display: flex;
    justify-content: center;
}
.titulo_num_animado{
    font-weight:600;
    margin:7px 0;
}
.nums_animados_wrap>.row>*{
    border-right:solid 1px rgba(0,0,0,0.2);
}
.nums_animados_wrap>.row>*:last-of-type{
    border:none;
}