/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Site header.
 */

.site-header__inner {
  background: #f2f2f2 url("../../images/banner.jpg") repeat-x left top;
}

@media (min-width: 75rem) {
  .site-header__inner__container {
    padding-inline: calc(50% - var(--max-width) / 2);
  }
}
