/**
 * Upcreators
 * Upcreators is the template for Agency, Streamers, Shop, Blog, Portfolio, Events, etc
 * Exclusively on https://1.envato.market/upcreators-html
 *
 * @encoding        UTF-8
 * @version         1.0.0
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lilith Lamber (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
// insights section

.insights {
    padding-top: 0;
    .section_nav {
        margin-bottom: 20px;
    }
}

// media queries

// --- tablet
@media screen and (min-width: 767.98px) {
    .insights {
        .section_nav {
            margin-bottom: 40px;
        }
    }
}

// --- desktop
@media screen and (min-width: 1169.98px) {
    .insights {
        .section_nav {
            margin-bottom: 70px;
        }
    }
}

@media screen and (min-width: 1365.98px) {
    .insights {
        &_slider {
            margin-left: 400px;
            margin-right: -170px;
        }
    }
}