#grandes-numeros {
    background: #a61423;
    padding: 50px 10px;
}

#grandes-numeros .pre-title {
    color: #fff;
    font-family: "Barlow";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.2px;
    width: 100%;
    text-align: center;
}

#grandes-numeros .numeros {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-flow: wrap;
    margin-top: 20px;
}

#grandes-numeros .numeros .numero-item {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

#grandes-numeros .numeros .numero-item .numero {
    color: #fff;
    font-family: "Akira";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

#grandes-numeros .numeros .numero-item .descricao {
    color: #fff;
    font-family: "Akira";
    font-size: 19px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.38px;
}
