/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-claim-block {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

.claimBlock {
  display: flex;
  background: var(--greige);
  width: 100%;
  padding: 8rem 4rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  color: var(--green);
  flex-direction: column;
}
.claimBlock__content {
  font-size: 6.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-family: "Saa Series C D OT", sans-serif !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 70rem;
}
.claimBlock__content .short-word {
  font-size: 4.7rem;
}
.claimBlock__cta {
  font-family: "Saa Series C D OT", sans-serif !important;
  text-align: center;
  font-size: 2.0625rem;
  text-transform: uppercase;
  margin: 4rem 0 0;
  color: var(--green);
  line-height: 100%;
}

@media screen and (max-width: 750px) {
  .claimBlock {
    padding: 4rem 1rem;
  }
  .claimBlock__content {
    font-size: 10vw;
  }
  .claimBlock__content .short-word {
    font-size: 1.7rem;
  }
  .claimBlock__cta {
    font-size: 5vw;
    margin: 10vw 0 0;
  }
}

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