.text-image-two-column {
  position: relative;
}

.text-image-two-column__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--media-radius, 0);
}

.text-image-two-column__image-cover {
  width: 100%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

