/* This file is used as dependency in:
   ../../modules/sub-stats.module/module.html 
   ../../modules/sec-stats.module/module.html */

.pwr-sec-stats {
    padding: 60px 0 35px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.pwr-sec-stats--with-intro {
    padding: 90px 0 80px;
}

.pwr-sec-stats__intro-sec {
    margin-bottom: 55px;
    position: relative;
}

.pwr-sec-stats__title + .pwr-sec-stats__desc {
    margin-top: 20px;
}

.pwr-sec-stats__wrapper:not(.page-center) {
    margin: 0 40px;
}

@media (max-width: 767px ) {
    .pwr-sec-stats {
        padding: calc(60px * var(--sp-reduction-factor)) 0 calc(35px * var(--sp-reduction-factor));
    }

    .pwr-sec-stats--with-intro {
        padding: calc(90px * var(--sp-reduction-factor)) 0 calc(80px * var(--sp-reduction-factor));
    }

    .pwr-sec-stats__intro-sec {
        margin-bottom: calc(50px * var(--sp-reduction-factor));
    }

    .pwr-sec-stats__title + .pwr-sec-stats__desc {
        margin-top: calc(20px * var(--sp-reduction-factor));
    }
}