/* Limite la largeur des conteneurs à 1350px */
.faq-section__content,
.faq-container,
.about-section__content,
.about-container,
.checkout-section__content,
.checkout-container,
.cart-section__content,
.cart-container {
    max-width: 1350px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}