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

.pwr-sec-price-tables {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.pwr-sec-price-tables--with-intro {
    padding: 125px 0 130px;
}

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

.pwr-sec-price-tables__title + .pwr-sec-price-tables__desc {
    margin-top: 20px;
}

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

    .pwr-sec-price-tables--with-intro {
        padding: calc(125px * var(--sp-reduction-factor)) 0 calc(130px * var(--sp-reduction-factor));
    }

    .pwr-sec-price-tables__intro-sec {
        margin-bottom: calc(55px * var(--sp-reduction-factor));
    }

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