Eine nette Überschrift

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

/*********** flex-columns set to non equal height ! *********/
/******** color-section with custom class : greg-section ********/
/********* column with image got custom class  : greg ********/

@media only screen and (min-width: 768px) {
  .greg-section .entry-content-wrapper {
    display: grid !important;
    grid-auto-flow: row;
    grid-template-columns: 1.5fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .greg-section .entry-content-wrapper {
    grid-template-columns: 1fr;
  }
}

.greg-section .entry-content-wrapper .flex_column {
  width: unset !important;
}

.greg-section .entry-content-wrapper .flex_column.greg {
  align-self:  end;
  margin: 0 !important;
}

.greg-section .entry-content-wrapper .flex_column:not(.greg ){
  align-self:   center;
}

.greg-section .content {
  padding: 60px 0 0 !important;
}

.greg-section .entry-content-wrapper:before,
.greg-section .entry-content-wrapper:after {
  display: none;
}