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

.fourthHomeBlock {
  display: flex;
  background: var(--green);
  width: 100%;
  max-height: 46rem;
  align-items: stretch;
  box-sizing: border-box;
  color: var(--greige);
  padding: 0;
}
.fourthHomeBlock__left, .fourthHomeBlock__right {
  width: 50%;
}
.fourthHomeBlock__right {
  padding: 3rem;
  box-sizing: border-box;
}
.fourthHomeBlock__title {
  font-family: "Saa Series C D OT", sans-serif !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 3.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0 0 2.5rem 0 !important;
  max-width: 38rem;
}
.fourthHomeBlock__text {
  font-size: 1.2rem;
  font-family: "clarendon-urw-extra-narrow", serif;
  font-weight: 300;
  font-style: normal;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 38rem;
}
.fourthHomeBlock__cta {
  font-family: "Saa Series C D OT", sans-serif !important;
  font-size: 2.0625rem;
  font-style: normal;
  position: relative;
  color: var(--greige) !important;
  padding: 0 !important;
}
.fourthHomeBlock__cta-wrapper {
  padding: 2rem 0 0 0 !important;
}
.fourthHomeBlock__image {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.checkboxBlock__add-item {
  color: var(--orange);
  border: 1px solid var(--orange);
}

@media screen and (min-width: 750px) and (max-width: 1250px) {
  .fourthHomeBlock {
    max-height: 56rem;
  }
}
@media screen and (max-width: 750px) {
  .fourthHomeBlock {
    flex-direction: column;
    max-height: none;
  }
  .fourthHomeBlock__left {
    width: 100%;
    height: 18rem;
  }
  .fourthHomeBlock__right {
    width: 100%;
    padding: 1rem;
  }
  .fourthHomeBlock__title {
    font-size: 10vw;
    margin: 0 0 1rem 0 !important;
  }
  .fourthHomeBlock__text {
    font-size: 4vw;
  }
  .fourthHomeBlock__cta {
    font-size: 6vw;
  }
  .fourthHomeBlock__cta-wrapper {
    padding: 1rem 0 1rem 0 !important;
  }
}

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