/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./greeting/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.greeting {
  overflow: hidden;
}
.greeting-photo {
  float: right;
  margin: 0 0 var(--wp--preset--spacing--90) var(--wp--preset--spacing--90);
}
@media only screen and (max-width: 782px) {
  .greeting-photo {
    margin: 0 0 var(--wp--preset--spacing--90);
  }
}
.greeting-photo img {
  height: auto;
  width: clamp(300px, 47.1428571429vw, 792px);
}
@media only screen and (max-width: 782px) {
  .greeting-photo img {
    width: 100%;
  }
}
.greeting > .wp-block-heading,
.greeting > p {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--content-size);
}

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