.image-with-text {
  display: flex;
  flex-wrap: wrap;
}

.image-with-text__image {
  flex: 0 1 50%;
  min-width: 320px;
}

.image-with-text__text {
  flex: 1 1 50%;
}
