  /*!***!*\
  !*** 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/icon-text-column/_icon-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-icon-text-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.b-icon-text-column__icon {
  width: 2.5rem;
  height: auto;
  margin-bottom: 1.5rem;
  filter: var(--filter-lake-blue-60);
}
@media screen and (min-width: 768px) {
  .b-icon-text-column__icon {
    width: 3.75rem;
    margin-bottom: 2rem;
  }
}
.b-icon-text-column__header {
  margin: 0 0 1.5rem;
  color: var(--lake-blue-60);
  font-size: var(--heading-h5);
  font-weight: 500;
  line-height: 1.14268;
}
@media screen and (min-width: 576px) {
  .b-icon-text-column__header {
    letter-spacing: -0.02em;
  }
}
.b-icon-text-column__body-text {
  margin-bottom: 0.8125rem;
  color: var(--lake-blue-60);
  font-size: var(--font-body-03);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .b-icon-text-column__body-text {
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .b-icon-text-column__body-text {
    margin-bottom: 1.3125rem;
  }
}
.b-icon-text-column .c-link {
  margin-top: auto;
}
.b-icon-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-icon-text-column .c-link__link {
    line-height: 1.2;
  }
}
.b-icon-text-column .c-link__right-arrow {
  filter: brightness(0) saturate(100%) invert(27%) sepia(90%) saturate(6112%) hue-rotate(235deg) brightness(81%) contrast(116%);
}

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