.full-width-header, .cds-full-width-headline {
  min-height: 19.75rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media all and (min-width: 1200px) {
  .full-width-header, .cds-full-width-headline {
    min-height: 22.75rem;
  }
}

.full-width-header h1,
.full-width-header h2,
.full-width-header h3,
.full-width-header h4,
.full-width-header h5,
.full-width-header h6 {
  width: 100%;
}