.single-header .single-header-wrapper {
  display              : grid;
  grid-template-columns: repeat(12, 1fr);
  gap                  : 24px;
  position             : relative;
}

.single-header .inner-wrapper {
  border-bottom : 1px solid #DDDDDD;
  grid-column   : 3 / -3;
  padding-top   : 80px;
  padding-bottom: 32px;
  margin-bottom : 64px;
}

.single-header .inner-wrapper h1 {
  font-weight: bold;
  margin-top : 0 !important;
}