#fw-section-image-55778528-550d-4c98-bbd1-338ebd625165 {

/* Make images behave like tiles and wrap into rows */
img {
  width: 200px;
  height: auto;
  display: inline-block;     /* lets images sit side-by-side and wrap */
  margin: 8px;               /* spacing between tiles */
  vertical-align: top;
  box-sizing: border-box;
}

/* Center the row of inline-block images */
body, .page, .section, .content, .rich-text {
  text-align: center;        /* pick a selector that matches your page wrapper if you want to be narrower */
}

}
#fw-section-image-ea4e5cbe-026c-45f2-aaa6-d1c6694a252e {

/* Make images behave like tiles and wrap into rows */
img {
  width: 200px;
  height: auto;
  display: inline-block;     /* lets images sit side-by-side and wrap */
  margin: 8px;               /* spacing between tiles */
  vertical-align: top;
  box-sizing: border-box;
}

/* Center the row of inline-block images */
body, .page, .section, .content, .rich-text {
  text-align: center;        /* pick a selector that matches your page wrapper if you want to be narrower */
}

}
#fw-section-rich-text-176417179208967 {

p {
  width: 600px;
  margin: 0 auto; /* centers block elements */
}
}