section.section-picture-text div.flexrow {
  -webkit-flex-direction: column;
  flex-direction: column; }
  section.section-picture-text div.flexrow div.flexcol-50 {
    width: 100%; }
  section.section-picture-text div.flexrow div.flexcol-1 {
    order: 1; }
    section.section-picture-text div.flexrow div.flexcol-1 img {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block; }
  section.section-picture-text div.flexrow div.flexcol-2 {
    order: 2; }
    section.section-picture-text div.flexrow div.flexcol-2 .custom-article {
      padding: 25px; }
      section.section-picture-text div.flexrow div.flexcol-2 .custom-article h2 {
        text-align: left;
        border-bottom: 0; }
  section.section-picture-text.flip-1 div.flexrow div.flexcol-1 {
    order: 2; }
    section.section-picture-text.flip-1 div.flexrow div.flexcol-2 {
      order: 1; }

@media (min-width: 992px) {
  section.section-picture-text div.flexrow {
    -webkit-flex-direction: row;
    flex-direction: row; }
    section.section-picture-text div.flexrow div.flexcol-50 {
      width: 50%; }
    section.section-picture-text div.flexrow div.flexcol-2 .custom-article {
      padding: 50px; } }
