.image-cta {
  display: flex;
  text-decoration: none;
  position: relative;
  min-height: 370px;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.image-cta:hover .image-cta__image {
  transform: scale(1.025);
}
.image-cta:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(12deg, rgba(0, 0, 0, 0.6) 34%, rgba(0, 0, 0, 0) 90%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.image-cta__image__wrapper {
  overflow: hidden;
  display: block;
}
.image-cta__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.image-cta__content {
  padding: 4rem;
  position: relative;
  z-index: 3;
  max-width: 600px;
  margin-top: auto;
}
.image-cta h2 {
  font-size: var(--wp--preset--font-size--font-34);
  margin-bottom: 2rem;
  color: #fff;
}
.image-cta p {
  color: #fff;
  margin-bottom: 3rem;
}
.image-cta .wp-block-button__link {
  width: auto;
}/*# sourceMappingURL=block-image-cta.css.map */