.nova-image-with-text .image-with-text__media {
  background: transparent;
}

.nova-image-with-text .image-with-text__media > img {
  object-fit: contain;
}

@media screen and (max-width: 750px) {
  .nova-image-with-text .image-with-text__content {
    padding: var(--space-2xl) 0 var(--space-3xl);
  }
}
