/**
* Block Name: text_bild
*/

section.text_bild .image_wrapper {
  aspect-ratio: 1/1;
}

@media (max-width: 992px) {
  section.text_bild .image_wrapper {
    max-height: none;
    margin-bottom: 30px;
  }
  section.text_bild .image_content {
    order: 1;
  }

  section.text_bild .text_content {
    order: 2;
  }
}
