.statistic-details {
    background: #670007;
    height: 100%;
    padding: 35px;
    border-radius: 20px;
    text-align: center;
}

.statistic-headline {
    font-size: 48px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}

.statistic-subheading {
    font-size: 20px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    margin-bottom: 15px;
}

.statistic-desc {
    font-size: 16px;
}

.statistic-item {
    margin-bottom: 35px;
}

.row.stats-row {
    padding-top: 55px;
}

.statistics {
    background: transparent linear-gradient(122deg, #000000 0%, #1A1A1A 55%, #000000 100%) 0% 0% no-repeat padding-box;
}

@media( min-width:768px ) {
    .statistic-headline {
        font-size: 55px;
    }
}

@media( min-width:1025px ) {
    .statistic-headline {
        font-size: 64px;
    }
}
