/* SECTION DEFAULT */

.section-banner .section-content:has(.banners-marqueeX) {
    --gap: 5px;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}
.section-banner .banners-marqueeX {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    padding: 0;
    margin: 0;
    animation: scrollX 20s linear infinite;
}
.section-html::after,
.section-html::before {
    content: '';
    display: block;
    clear: both;
}
