/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/two-column-image-block/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
/* TRANSITIONS */
.two-column-image-block {
  margin: 40px 0;
}
.two-column-image-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.two-column-image-block .image-wrapper {
  width: 100%;
  height: 90vh;
}
.two-column-image-block .image-wrapper:nth-child(2n) {
  margin-top: 40px;
}
.two-column-image-block .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.two-column-image-block .image-wrapper .caption {
  font-family: "Titillium Web", Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #4E4E4E;
  font-size: 14px;
  line-height: 24px;
}
@media all and (min-width: 768px) {
  .two-column-image-block {
    margin: 80px 0;
  }
  .two-column-image-block .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .two-column-image-block .image-wrapper {
    width: 45%;
    height: 620px;
  }
  .two-column-image-block .image-wrapper:nth-child(2n) {
    margin-top: 120px;
  }
}

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