/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/card-text-image/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-card-text-image {
  padding: 45px 7% 40px 7%;
  overflow-x: hidden;
}
@media (min-width: 800px) {
  .wp-block-create-block-card-text-image {
    padding: 80px 7% 75px 7%;
  }
}
.wp-block-create-block-card-text-image .cards-text-image-inner-wrapper {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-create-block-card-text-image .cards-text-image-inner-wrapper .col-wrapper {
  row-gap: 35px;
  -moz-column-gap: 54px;
       column-gap: 54px;
  display: flex;
  align-content: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 800px) {
  .wp-block-create-block-card-text-image .cards-text-image-inner-wrapper .col-wrapper {
    flex-direction: row;
  }
}
.wp-block-create-block-card-text-image .cards-text-image-inner-wrapper .col-wrapper .col-cti {
  display: block;
  flex-direction: column;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 0;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 800px) {
  .wp-block-create-block-card-text-image .cards-text-image-inner-wrapper .col-wrapper .col-cti {
    max-width: none;
    width: auto;
    display: flex;
  }
}
.wp-block-create-block-card-text-image .cards-text-image-inner-wrapper .col-wrapper .col-cti .image-box {
  max-width: 510px;
  max-height: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 37px;
  overflow: hidden;
  position: relative;
}
.wp-block-create-block-card-text-image .cards-text-image-inner-wrapper .col-wrapper .col-cti .image-box .card-image {
  width: 100%;
  transition: all 0.3s;
  display: block;
  height: auto;
}
.wp-block-create-block-card-text-image .cards-text-image-inner-wrapper .col-wrapper .col-cti .card-text {
  font-size: 21px;
  letter-spacing: -0.01em;
  line-height: 38px;
  text-align: center;
  color: #000;
  max-width: 435px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  font-family: "gentonabook";
}

.editor-styles-wrapper .cards-text-image-inner-wrapper .col-wrapper .block-editor-block-list__layout {
  display: flex !important;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

@media (min-width: 800px) {
  .editor-styles-wrapper .wp-block-create-block-card-text-image-inner {
    max-width: 30% !important;
  }
}

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