/* stylelint-disable order/order */
/* stylelint-enable order/order */
/****************
 * Fonts
 ****************/
/****************
 * Paints
 ****************/
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
@media (min-width: 48rem) {
  .block-content-image--left .block-content-image__image-col {
    order: -1;
  }
}
.block-content-image__row {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 47.98rem) {
  .block-content-image__image-col {
    margin-top: 3rem;
  }
}
@media (min-width: 48rem) {
  .block-content-image__content {
    max-width: 32rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.block-content-image__content > .c-btn:last-child {
  margin-bottom: 0;
}
.block-content-image__image-wrapper {
  width: 100%;
}
.block-content-image__image {
  width: 100%;
}