#fw-section-header {

/* Make Fourthwall header menu stay fixed */
.site-header, 
.site-header .navigation {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

/* Push page content down so it doesn’t hide under the fixed header */
body {
  padding-top: 80px; /* adjust to match your header height */
}

}









#fw-section-image-with-text-69436085-a8f4-493e-9e9c-dc3c055acf6f {

/* Reduce image size only in this section */
section[data-section-id="fw-section-image-with-text-69436085-a8f4-493e-9e9c-dc3c055acf6f"] .image-with-text__image {
  width: 70% !important;   /* change this to 60%, 80%, etc. */
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;  /* center the image */
}

}