section.cta .img-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1/6;
}
section.cta .content {
  -ms-grid-row: 3;
  grid-row: 3;
}