.article8 {
    position: relative;
    padding-bottom: 180px;
    background: url(../images/a8-bg.jpg);
    background-attachment: fixed;
    border-bottom: 1px solid #f23c24;
}

.a8-flow-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    user-select: none;
    overflow: hidden;
    z-index: 1;
}

.a8-flow {
    color: #f23c24;
    padding: 50px 0 30px 0;
    font-size: 60px;
    font-weight: 100;
    display: flex;
    white-space: nowrap;
    animation: slide 40s linear infinite;
}

.a8-title {
    margin-bottom: 4rem;
}

.a8-swiper {
    width: 90%;
}

.mySwiper2 {
    overflow: hidden;
}

.mySwiper2 .swiper-slide {
    overflow: hidden;
}

.mySwiper2 .swiper-slide img {
    margin-bottom: -10px;
}

.mySwiper3 {
    margin-top: 2rem;
}

.mySwiper3 .swiper-slide {
    cursor: pointer;
}


/*==================================================*/
@media (min-width: 2250px) {
    .a8-swiper {
        width: 100%;
    }
}


@media (max-width: 950px) {
    .a8-title {
        width: 75%;
    }
}


@media (max-width: 768px) {
    .a8-swiper {
        width: 100%;
    }
}


@media (max-width: 550px) {
    .article8 {
        padding-bottom: 100px;
    }
    
    .a8-flow {
        padding: 20px 0;
        font-size: 45px;
    }
}


@media (max-width: 450px) {
    .article8 {
        padding-bottom: 80px;
    }
    
    .a8-flow {
        padding: 15px 0;
        font-size: 36px;
    }
}