.contenedor-referencia {
    width: 100%;
    text-align: center;
    margin-top: 200px;
}
.contenedor-referencia div{
    max-width: 1175px;
    margin-left: auto;
    margin-right: auto;
}
.contenedor-referencia div h2{
    font-size: 50px;
    color: #4B4B4B;
    font-weight: bold;
}
.contenedor-estadisticas {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
}
.tarjeta-estadistica {
    background-color: #f7f7f7;
    border-radius: 15px;
    height: 264px;
    width: 436px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.numero-estadistica {
    color: #019501;
    font-size: 64px;
    font-weight: 900;
    margin-bottom: 12px;
    letter-spacing: -2px;
    line-height: 1;
}
.descripcion-estadistica {
    color: #636363;
    font-size: 13.6px;
    font-weight: 500;
    line-height: 1.4;
}