.wp-block-wrd-image-cover {
  /* ... */
}

.alignright h2 {
  grid-column: -1/-2;
}

.alignright p {
  grid-column: 1/-2;
  grid-row: 1/2;
}
