﻿.cyb__landing-pages__selection-produits__container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.cyb__landing-pages__selection-produits__banner {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cyb__landing-pages__selection-produits__product-container {
    max-width: 95vw;
    margin: 0 auto;
    width: 100%;
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
}