  /**
 * Font mixins
 */
/**
 * Global mixins
 */
/**
 * Buttons mixins
 */
/**
 * Link mixins
 */
/**
 * Single posts mixins
 */
/**
 * Block elements mixins
 */
/**
 * Contact form mixins
 */
/**
 * Gallery slider
 * Used in photo gallery block
 * Used on single post
 * Used on single event
 */
/**
 * Slider elements
 */
.block-image-text-column .column-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 82%;
  margin: 0 0 1.5rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 577px) {
  .block-image-text-column .column-image {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .block-image-text-column .column-image {
    margin-bottom: 2rem;
  }
}
.block-image-text-column .column-image img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-image-text-column .column-header {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 1.5rem;
}
@media (max-width: 576px) {
  .block-image-text-column .column-header {
    font-size: 1.125rem;
  }
}
.block-image-text-column .column-body-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.44;
  margin: 0 0 1.5rem;
}
@media (max-width: 576px) {
  .block-image-text-column .column-body-text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 577px) {
  .block-image-text-column .column-body-text {
    margin: 0 0 2rem;
  }
}

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