.image-with-text__wrapper .no-height h2{
  font-size: var(--heading-size);
}

.image-with-text__wrapper .no-height h3{
  font-size: var(--subheading-size);
}

.image-with-text__wrapper .no-height p{
  font-size: var(--text-size);
  line-height: var(--text-size);
}

.image-with-text__wrapper .no-height{
  max-width: var(--text-box-width);
  margin: 0 auto;
}