  /*!!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/blocks/image-text-column/_image-text-column-styles.scss ***!
  \/
/**
 * Grid Breakpoints
 */
/**
 * Font mixins
 */
/**
 * Notification component
 */
/**
 * Buttons mixins
 */
/**
 * Link mixins
 */
/**
 * Global mixins
 */
/**
 * Block elements mixins
 */
/**
 * Calculate letter spacing base on font size and percentage.
 */
/**
 * Gallery slider
 * Used in photo gallery block
 * Used on single post
 * Used on single event
 */
/**
 * Swiper slider.
 */
/**
 * Custom Form 7.
 */
/**
 * Contact form mixins
 */
.b-image-text-column__image-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .b-image-text-column__image-wrapper {
    margin-bottom: 2rem;
  }
}
.b-image-text-column__image-wrapper img {
  width: 100%;
  height: auto;
}
.b-image-text-column__header {
  margin-bottom: 1rem;
  color: var(--lake-blue-60);
  font-size: var(--heading-h5);
  font-weight: 500;
  line-height: 1.14268;
}
@media screen and (min-width: 576px) {
  .b-image-text-column__header {
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 768px) {
  .b-image-text-column__header {
    margin-bottom: 2rem;
  }
}
.b-image-text-column__body-text {
  margin-bottom: 1.5rem;
  color: var(--lake-blue-60);
  font-size: var(--font-body-03);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .b-image-text-column__body-text {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 576px) {
  .b-image-text-column__body-text {
    font-weight: 400;
  }
}
.b-image-text-column .c-link__link {
  color: var(--lake-blue-40);
  font-size: var(--font-ui-02);
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .b-image-text-column .c-link__link {
    line-height: 1.2;
  }
}

/*# sourceMappingURL=block_image-text-column.css.map*/