.structured-content-wrapper {
  margin-top: 2rem;
  display: flex;
  justify-content: space-evenly;
  gap: 1rem;
  text-align: center;
  flex-wrap: wrap;
}

.structured-content-block {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 1.5rem ;
  width: 15rem;
  background-color: #f9f9f9;
}

.structured-heading {
  margin: 0 0 0.5rem;
  font-size: 2.25rem !important;
  font-weight: bold;
  color: #333;
}

.structured-body {
  font-size: 1.3rem !important;
  color: #555;
  line-height: 1.6;
}


.render-global-content .section-image{
    margin-top: 2rem;
    margin-bottom: 2rem;
}