div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* ----------SECTION 8---------- */

#section-8 .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
#section-8 .slide .section__notation {
    margin-left: auto;
}

@media screen and (max-width: 1024px) {
    #section-8 .swiper-container {
        margin-top: auto;
    }
    #section-8 .slide {
        position: relative;
        min-height: 600px;
    }
    #section-8 .slide:last-child .section__notation {
        margin-top: 0;
    }
}

/* ----------SECTION 8---------- */
#section-8 .section__row--bottom {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    gap: 1rem;
}
@media screen and (max-width: 776px) {
    #section-8 .section__row--bottom {
        flex-direction: column;
    }
}

#bx_incl_area_5_14 {
    height: 100%;
}