.stats-number {
    font-size: 54px;
}

.feature:hover .feature-icon{
    background-color: var(--secondary-color) !important;
}
@media screen and (max-width:1000px) {
    .stats-number {
        font-size: 36px;
    }
}

@media screen and (max-width:700px) {
    .stats-number {
        font-size: 30px;
    }

    .stats-container {
        border: none !important;
    }

    .stat {
        border: none !important;
        border-bottom: 1px solid #dee2e6 !important;
        padding: 1rem 0;
    }
}