.image-with-usps .image-with-usps__media--content {
  display: none;
}

.image-with-usps .image-with-usps__content .hero__title {
  display: block;
}

.image-with-usps .image-with-usps__media {
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .image-with-usps__media .image-with-usps__media--content {
    display: flex;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
  }

  .image-with-usps__media .image-with-usps__media--content .blocks-text {
    width: 100%;
  }

  .image-with-usps__media .image-with-usps__media--content .hero__title {
    color: var(--color-background);
  }

  .image-with-usps .image-with-usps__content .hero__title {
    display: none;
  }
}