.event-benefit-template {

    .c-tab--round {
        text-align: center;
    }

    .c-tab--round-filed-black .c-tab__list {
        @media screen and (max-width: 767px) {
            margin: 0 auto 0 0;
        }
    }


    .multi-benefits {
        .l-article__inner {
            display: flex;
            flex-direction: column;
        }

        payment-benefits {
            display: block;
        }

        @media screen and (max-width: 767px) {

        }

    }

    /* .best-models {
        .c-title {
            text-align: left;
        }

    } */

    .must-trom-dry {
        .custom-scroll-slider {
            max-width: 720px;
            margin: 0 auto;
        }
        .c-responsive-video {
            position: relative;
            overflow: hidden;
            max-width: 717px;
            border-radius: 16px;
        }

        @media screen and (max-width: 767px) {
            .c-responsive-video {
                width: calc(350 / 390 * 100vw);
            }
            .custom-scroll-slider {
                max-width: calc(350 / 390 * 100vw);
            }
        }
    }
    
    .easy-laundry-fix {
        .c-tab__content {
            display: flex;
            column-gap: 16px;
        }
        .c-tab__panel {
            display: flex;
        }
        @media screen and (max-width: 767px) {
            /* .c-title {
                text-align: left;
            } */
            .c-native-scroll-slide__item {
                flex: 0 0 calc(350 / 390 * 100vw);
            }
            .c-tab__panel.active {
                display: block;
            }
            .c-tab__panel {
                display: none;
            }
        }
    }

    .all-weather-laundry {
        .c-list {
            display: flex;
            align-items: center;
        }
        .c-tab__content {
            display: flex;
            column-gap: 16px;
        }
        .c-tab__panel {
            display: flex;
        }

        @media screen and (max-width: 767px) {
            /* .c-title {
                text-align: left;
            } */
            .c-list {
                align-items: initial;
            }
            .c-tab__list {
                width: 100vw;
                justify-content:initial;
            }
            .c-native-scroll-slide__item {
                flex: 0 0 calc(350 / 390 * 100vw);
            }
            .c-tab__panel {
                padding: 0 calc(20 / 390 * 100vw);
            }
            .c-tab__panel.active {
                display: block;
            }
            .c-tab__panel {
                display: none;
            }
        }
    }

    .real-review {
        .l-article__inner {
            background-color: #f0f0f0;
        }
        .l-article__content {
            width: fit-content;
        }
        .c-swiper--fade-type {
            width: 100%;
            max-width: 895px;

            .swiper-slide {
                width: calc(285 / 895 * 100%);
                margin: 0 10px;
                opacity: 0.5;
                transition: opacity 0.25s ease-in-out;
            }
            .swiper-slide-active {
                opacity: 1;
            }
            @media screen and (max-width: 767px) {
                .swiper-slide {
                    margin: 0 calc(10 / 390 * 100vw);
                    width: calc(285 / 390 * 100vw);
                }
            }
        }
        @media screen and (max-width: 767px) {
            .l-article__content {
                width: 100vw;
            }
        }
    }
}
