#header .middle .column-center .header-label {
  margin-top: inherit;
  line-height: 5rem;
}
@media print, screen and (min-width: 75em) {
  #header .middle .column-center .header-label {
    line-height: 7rem;
  }
}


/* temp */
.column-logo.column-logo-without-subtitle .esg-logo img {height:100%;max-height: 10rem;}

@media print, screen and (min-width: 64em) {
   .column-logo.column-logo-without-subtitle .esg-logo img {
      width: 100%;
      height: 100%;
   }
}