



.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';  

  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}


.narrow-content {
  max-width: 75%;   /* your chosen width */
  margin: 0 auto;     /* centers horizontally */
}


.narrow-content .wp-block-separator {
  flex: 0 0 100%;   /* don’t shrink, take full width */
  width: 100%;      /* explicit width */
}

.narrow500-content {
  max-width: 500px;   /* your chosen width */
  margin: 0 auto;     /* centers horizontally */
}



.narrow700-content {
  max-width: 700px;   /* your chosen width */
  margin: 0 auto;     /* centers horizontally */
}


.narrow1000-content {
  max-width: 1000px;   /* your chosen width */
  margin: 0 auto;     /* centers horizontally */
}