/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.editor-styles-wrapper .block-editor-block-list__layout .section-text .text, body.frontend .section-text .text {
  margin-top: 70px;
  margin-bottom: 50px;
  text-align: center;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-text .text h3, body.frontend .section-text .text h3 {
  font-size: 30px;
}

/*# sourceMappingURL=block.css.map*/