#superpowers-title h2 {
        text-transform: uppercase;
        font-style: italic;
    }

    #superpowers-container {
        padding: 0;
        max-width: 980px;
    }

    #superpowers-wrapper { 
        border-radius: 16px;
        background: #E2EAFF;
    }

    #superpowers-slider .lc-carousel_narrowSlides {
        overflow: hidden;
        box-sizing: border-box;
    }

    #superpowers-slider .lc-carousel_narrowSlides>.swiper-container {
        width: 831px;
        margin: 0px 11px;
        overflow: visible;
        margin-left: -11px;
    }

    #superpowers-slider .swiper-slide .lc-features__item {
        padding: 0 12px;
    }

    #superpowers-slider .swiper-slide {
        padding: 0;
        margin: 0;
    }

    #superpowers-slider .lc-features__item {
        padding: 0;
        height: 432px!important;
    }

    #superpowers-slider .lc-features__item-wrap {
        padding: 0;
    }

    #superpowers-slider .lc-features__image {
        padding-bottom: 24px;
    }

    #superpowers-slider .lc-features__spacer-wrapper_button {
        display: none;
    }

    #superpowers-slider .lc-features__spacer-wrapper .lc-features__title,
    #superpowers-slider .lc-features__spacer-wrapper .lc-features__description {
        padding: 0 16px;
        box-sizing: border-box;
    }

    #superpowers-slider .lc-features__spacer-wrapper .lc-features__title {
        padding-bottom: 16px;
    }

    #superpowers-slider .lc-features_inited .lc-features__call-to-action, .lc-features_inited .lc-features__description, .lc-features_inited .lc-features__image, .lc-features_inited .lc-features__title {
        position: relative;
    }

    #superpowers-slider .lc-features_inited .lc-features__spacer {
        display: none;
    }

    #superpowers-slider #slide-save {
        display: flex;
        height: 432px;
        align-items: center;
        justify-content: center;
    }

    @media(max-width: 1023px) {
        #superpowers-container {
            max-width: calc(100% - 48px);
        }
    }

    @media(max-width: 767px) {
        #superpowers-title h2 {
            max-width: 345px;
            margin: 0 auto;
        }

        #superpowers-slider .swiper-slide .lc-features__item {
            padding: 0 6px;
        }

        #superpowers-slider .lc-carousel_narrowSlides>.swiper-container {
            width: 252px;
            margin: 0;
            overflow: visible;
            margin-left: -6px;
        }

        #superpowers-slider .lc-features__image {
            padding-bottom: 28px;
        }
    }

    @media(max-width: 767px) {
       #cars-tab-text .lc-section {
            max-width: none !important;
        }
        }