.impact-slider-wrapper {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 4px 24px 8px rgba(0, 0, 0, 0.08);
    margin-top: 20px;
    padding-bottom: 0px;
}

.impact-slider {
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
    border-radius: inherit;
}

.impact-slider-track {
    display: flex;
    will-change: transform;
}

/* Hide raw slides until JS builds the track */
.impact-slider .impact-wrapper {
    display: none;
}
.impact-slider-track .impact-wrapper {
    display: flex;
}

.impact-wrapper {
    flex: 0 0 100%;
    box-sizing: border-box;
    gap: 24px;
    align-items: center;
    padding: 50px 60px;
    padding-bottom: 0;
}

.impact-slider img {
    -webkit-user-drag: none;
    user-drag: none;
}

/* dots */
.impact-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 25px 0;
    align-items: center;
}

.impact-dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #D9D9D9;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    font: inherit;
}

.impact-dot:focus-visible {
    outline: 2px solid #FE6D1F;
    outline-offset: 2px;
}

.impact-dot:focus:not(:focus-visible) {
    outline: none;
}

.impact-dot.active {
    background: #FE6D1F;
    transform: scale(1.2);
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
}

.impact-card h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 12px;
}

.responsive #top #wrap_all .main_color .impact-card h2 {
    padding-bottom: 0;
    margin-bottom: 5px;
}

#top .all_colors p.subtext {
    font-size: 16px;
    color: #727272;
    margin-bottom: 40px;
    margin-top: 0 !important;
}

#top .blockquotes p {
    margin: 0;
    max-width: 75%;
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.impact-wrapper.image-type .blockquotes:before {
    position: absolute;
    content: "";
    background: #FE6D1F;
    left: 0;
    width: 5px;
    height: 100%;
    top: 0;
}

.impact-wrapper.image-type .right-card {
    padding: 0;
    border: unset !important;
    flex: 0 0 280px;
    width: 280px;
}

.impact-wrapper.image-type .blockquotes {
    position: relative;
}

.impact-wrapper.image-type .blockquotes p {
    color: #000;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.92px;
    padding-left: 48px;
}

.impact-wrapper.image-type .blockquotes p strong {
    color: #FE6D1F;
    font-weight: 600;
}

@media only screen and (min-width:991px) and (max-width:1199px) {
    #top .blockquotes p {
        font-size: 35px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 990px) {
    .impact-wrapper.image-type .right-card img {
        display: block;
        width: 100%;
        max-width: 50%;
        margin: 0 auto;
    }
    .impact-slider-track .impact-wrapper.image-type {
        display: block;
    }
    .impact-wrapper.image-type .blockquotes:before {
        background: unset;
    }
    .impact-wrapper.image-type .blockquotes p {
        max-width: 100% !important;
        padding-left: 0;
    }
    .impact-wrapper.image-type .right-card {
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .impact-wrapper {
        padding: 30px 30px;
    }
    .impact-wrapper.image-type .blockquotes p {
        font-size: 25px !important;
    }
    .impact-wrapper.image-type .right-card img {
        display: block;
        width: 100%;
    }
}