@charset "UTF-8";


#post-content {

}


#post-content table {
  width: 100%;
}


section[class^="background-fill"] {
  padding: var(--presentation_spacing_section) 0;
}

section > [data-define-width] > header {
  margin: 0 0 var(--presentation_spacing_group) 0;
}

section header > :is(h3, h4, h5, h6) + p {
  text-align: center;
}

section > [data-define-width] > header > h3 {
  text-align: center;
  margin: 0 0 0.5em 0;
  color: var(--theme_color_corporate);
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
}



section header > h4 {
  font-size: clamp(1.25rem, 1.75vw, 1.75rem); 
  text-align: center;
  color: var(--theme_color_corporate);
  margin: 0;
}

section header > h5 {
  font-size: 1.25rem; 
  text-align: center;
  margin: 0;
}



[data-composition="2-columns"] {
  display: grid;
  grid-template: auto / 1fr 1fr;
  gap: clamp(1.5em, 3vw, var(--presentation_spacing_group));
}