.numbers .container-fluid {
    background: var(--blau);
    color: white;
}
.numbers .icon {
    width: 68px;
    height: 68px;
    background-color: var(--blau);
    font-size: 50px;
    display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.numbers div.content {
    margin-left: 10px;
}
.numbers div.title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.numbers span.counter {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 700;
    line-height: 1em;
}
