#fw-section-custom-html-0fd228b9-1004-4f24-8188-5d59523ca3f9 {
--font-heading-scale: 1.1;
--font-body-scale: 0.94;
}
#fw-section-custom-html-0fd228b9-1004-4f24-8188-5d59523ca3f9 {

.two-column-section {
    padding: 10px;
    display: flex;
    flex-wrap: wrap; /* Allows columns to wrap on smaller screens */
    gap: 10px; /* Adds space between the columns */
}

.column {
    flex: 1; /* Distributes available space equally */
    min-width: 300px; /* Prevents columns from becoming too narrow */
    padding: 15px; /* Adds internal padding */ 
    border: 1px solid #aacceb;
    border-radius: 25px 0px 25px 25px;
}

/* Media query for responsiveness: stack columns vertically on small screens */
@media (max-width: 600px) {
    .two-column-section {
        flex-direction: column;
    }
}
}








#fw-section-password {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-on-background: #a9cbeb;
--color-on-background-rgb: 169, 203, 235;
--color-product-image-background: #a9cbeb;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);

}