#fw-section-custom-html-632499e1-fe82-4b97-b9ef-bda520f04bcc {

.container {
    display: flex; /* Establishes a flex container */
    align-items: flex-start; /* Aligns items to the start of the cross axis (top) */
    gap: 20px; /* Adds space between the image and the text */
}

.container img {
    /* Optional: Set max width for responsiveness */
    max-width: 400px;
    height: auto;
}

}



#fw-section-custom-html-9598e386-801b-4415-9f5b-2c742995d3a5 {

.image-left {
    float: left;
    margin-right: 15px; /* Adds some space between the image and the text */
    width: 400px; /* Adjust the width as needed */
    height: auto;
}
.container {
    /* Clear the float after the container if needed for subsequent elements */
    overflow: auto; 
}
}



#fw-section-custom-html-c965beb3-eb22-414f-9320-b7d92426bb8f {

.container {
    display: flex; /* Establishes a flex container */
    align-items: flex-start; /* Aligns items to the start of the cross axis (top) */
    gap: 20px; /* Adds space between the image and the text */
}

.container img {
    /* Optional: Set max width for responsiveness */
    max-width: 400px;
    height: auto;
}
}



























#fw-section-custom-html-9a653a10-7743-473a-bf9d-ca56b5b750b9 {

.container {
    display: flex; /* Establishes a flex container */
    align-items: flex-start; /* Aligns items to the start of the cross axis (top) */
    gap: 20px; /* Adds space between the image and the text */
}

.container img {
    /* Optional: Set max width for responsiveness */
    max-width: 200px;
    height: auto;
}
}






#fw-section-image-aacfb357-51cf-406a-89b4-7e3a9418adc7 {

img {
  width: 250px;
  height: 100px;
}

}