/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/acf-blocks/block-wysiwyg.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
/* Backgrounds */
/* Transitions */
/* Icons */
/* Backgrounds */
.block-wysiwyg {
  padding: 37px 0;
}
@media (min-width: 768px) {
  .block-wysiwyg {
    padding: 40px 0 64px;
  }
}
.block-wysiwyg__wrapper {
  padding: 0;
}
@media (min-width: 768px) {
  .block-wysiwyg__wrapper {
    padding: 0 120px;
  }
}
.block-wysiwyg__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.block-wysiwyg__content h1 {
  color: #000;
  /* H2 */
  font-family: "Figtree", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .block-wysiwyg__content h1 {
    font-size: 48px;
    margin: 0 0 16px;
  }
}
.block-wysiwyg__content p {
  color: rgba(39, 44, 48, 0.6);
  /* Body1 */
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  margin: 0;
}
@media (min-width: 768px) {
  .block-wysiwyg__content p {
    font-size: 20px;
  }
}
.block-wysiwyg__content p a {
  color: #000;
  text-decoration: none;
}
.block-wysiwyg__content p a:hover {
  text-decoration: underline;
}

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