#fw-section-rich-text-1a966bcb-45dd-4e97-9e22-73c96d04e52a {

/* Default styles for all devices */
.container {
    text-align: left; /* Align text to the left */
    margin-left: 0; /* Remove default margin */
    padding-left: 500px; /* Add padding on the left */
    font-size: 24px; /* Default font size for desktop */
}

/* Default styles for mobile devices (screen width less than 768px) */
@media (max-width: 768px) {
    .container {
        text-align: left; /* Align text to the left on mobile */
        padding-left: 30px; /* Add padding on the left on mobile */
        font-size: 18px; /* Smaller font size for mobile */
    }
}
}































#fw-section-header {
--color-primary: #f3eeeb;
--color-primary-rgb: 243, 238, 235;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #452a18;
--color-on-primary-rgb: 69, 42, 24;
--color-on-background: #452a18;
--color-on-background-rgb: 69, 42, 24;
--color-product-image-background: #452a18;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);

}