

.image-with-text__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: center;
  padding: 0rem 2rem 0rem 2rem;
  text-align:center;
}

.image-with-text__grid--reverse {
    flex-direction: row-reverse;
  }


.image-with-text__content > * + * {
  margin-top: 0rem;
}

