@media (max-width: 1199.98px) {
    .double-section {
        grid-template-columns: 1fr;
    }

    .hero-section__body {
        padding: 16px;
    }

    .hero-section__actions,
    .hero-section__stats,
    .live-demo-tabs .stats {
        flex-direction: column;
    }

    .hero-section__actions>*,
    .hero-section__stats>*,
    .live-demo-tabs .stats>* {
        width: 100%;
    }

    .pricing-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .faq-section__row {
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .stats.stats--grid {
        grid-template-columns: 1fr;
    }

    .stats {
        flex-direction: column;
    }

    .tabs-nav-row {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .top-cars-section__chart {
        padding: 8px;
    }
}

@media (max-width: 575.98px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}