.numbers {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-family: "Nunito";
}

.numbers-caption {
    margin: auto;
}

.numbers-number {
    font-size: 4rem;
    margin: auto;
    line-height: 90%;
}
