/**
 * 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-intro, body.frontend .section-intro {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-intro, body.frontend .section-intro {
    margin-bottom: 40px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-intro__icon, body.frontend .section-intro__icon {
  height: 118px;
  margin-bottom: 20px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-intro__icon img, body.frontend .section-intro__icon img {
  margin: 0 auto;
  text-align: center;
  width: auto;
  height: 118px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-intro P, body.frontend .section-intro P {
  font-size: 20px;
  line-height: 25px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-intro P, body.frontend .section-intro P {
    font-size: 30px;
    line-height: 42px;
  }
}

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