.tp-e-hero-text-image-v1__image {
    width: 100%;
    height:auto;
}
.tp-e-hero-text-image-v1__inner {
display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;

  @media (max-width:750px) {
    flex-direction:column;
    gap: 2rem;
  }
}
.tp-e-hero-text-image-v1__image-wrapper {
    flex: 1;

    @media (max-width:750px) {
      width:100%;
      img {
        width:100%;
        height:auto;
      }
    }
}

.tp-e-hero-text-image-v1__text {
     @media (max-width:750px) {
      width:100%;
     }
}