/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/david/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/**
 * SCSS Variables.
 *
 * Please use variables from this sheet to ensure consistency across the UI.
 * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
 * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Colors
 */
/**
 * Fonts & basic variables.
 */
/**
 * Grid System.
 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
 */
/**
 * Dimensions.
 */
/**
 * Shadows.
 */
/**
 * Editor widths.
 */
/**
 * Block & Editor UI.
 */
/**
 * Block paddings.
 */
/**
 * React Native specific.
 * These variables do not appear to be used anywhere else.
 */
.wp-block-popmat-david {
  margin-top: 60px;
  padding-inline: 60px;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.wp-block-popmat-david > div {
  flex: 1 1 0;
}
.wp-block-popmat-david .vision {
  font-family: "Neue Plak";
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1;
  margin-top: 0;
  font-size: 2.25rem;
  text-transform: unset;
  line-height: 120%;
}
.wp-block-popmat-david .quote {
  background-color: var(--wp--preset--color--very-light-grey);
  padding: 20px;
  border-radius: 20px;
  font-style: italic;
  font-size: 1.35rem;
  line-height: 150%;
  margin-bottom: 10px;
}
.wp-block-popmat-david .cite {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.wp-block-popmat-david .cite img {
  width: 75px;
  border-radius: 75px;
}

@media screen and (max-width: 600px) {
  .wp-block-popmat-david {
    display: block;
  }
  .vision {
    text-align: center;
  }
}

/*# sourceMappingURL=style-index.css.map*/