/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-single-cardblock {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

.singleCardBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  max-height: 70dvh;
  width: 100%;
  background: var(--green);
}
.singleCardBlock__wrapper {
  border: 2px solid var(--orange);
  background: var(--greige);
  text-align: center;
  color: var(--green);
  max-width: 44rem;
  padding: 3rem 3rem;
}
.singleCardBlock__wrapper h5 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Saa Series E D OT", sans-serif !important;
}
.singleCardBlock__wrapper h4 {
  font-size: 3.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Saa Series C D OT", sans-serif !important;
}
.singleCardBlock__wrapper p {
  font-family: "Clarendon URW Extra Narrow";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  padding: 0 !important;
}
.singleCardBlock__wrapper p:last-child {
  margin: 2rem 0 1rem 0;
}

@media screen and (max-width: 750px) {
  .singleCardBlock__wrapper {
    padding: 1rem;
    font-size: 12vw;
    margin: 1rem;
  }
  .singleCardBlock__wrapper h5 {
    font-size: 4vw;
  }
  .singleCardBlock__wrapper h4 {
    font-size: 12vw;
    line-height: 11vw !important;
  }
  .singleCardBlock__wrapper p:last-child {
    margin: 1rem 0 1rem 0;
    font-size: 3.2vw;
  }
}

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