.wp-block-column.epmc-is-rounded {
  --epmc-column-radius: 30px;
  border-radius: var(--epmc-column-radius);
  overflow: hidden;
}

.wp-block-column.has-background {
  padding: 50px;
  height: fit-content;
}
@media screen and (max-width: 992px) {
  .wp-block-column.has-background {
    padding: 40px;
  }
}

.wp-block-column.epmc-is-rounded:not(.has-background) {
  padding: 0;
}

.wp-block-column.has-theme-primary-background-color {
  color: white;
}
.wp-block-column.has-theme-secondary-background-color {
  color: white;
}
.wp-block-column.has-background .wp-element-caption {
  color: white;
}

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