.counting-numbers-block {
    background: var(--transparent);
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}


.counting-numbers-block h2 {
    margin-bottom: 30px;
}

.counting-numbers-block .content h4 {
    font-size: 2rem;
    text-shadow: none
}

.counting-numbers-block .content {
    background: var(--light);
    border-radius: 2rem;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.counting-numbers-block .text-container {
    text-align: center;

}

.counting-numbers-block .text-container .number-row {
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
    font-weight: bold;
    color: var(--primary);
}

.counting-numbers-block span.number {
    font-size: 2rem;
    color: var(--primary);
}



@media screen and (max-width:1920px) {

}

@media screen and (max-width:1199px) {

}

@media (max-width:1199px) and (min-width:992px) {

}

@media screen and (max-width:991px) {

}

@media screen and (max-width:767px) {

}

@media screen and (max-width:575px) {

}

@media screen and (max-width:425px) {

}
