body {
  background-image: linear-gradient(#000a 7rem, #222 14rem, #222 calc(100% - 100vh), #111), url(/img/adam-j-UYhTEg33-aI-unsplash.jpg);
  background-size: auto, 100%;
  background-position: 0 0, 0 calc(-72vw + 6rem);
  background-repeat: no-repeat, no-repeat;
}

h2, h4 {
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-size: 38% 0.07rem;
  background-position: left bottom;
}

h2 {
  padding-bottom: 0.4rem;
}

h3 {
  font-weight: 700;
}

h4 {
  padding-bottom: 0.2rem;
}

h4, h5 {
  margin-top: 1rem!important;
}

.fullwidth-heading * {
  text-align: left!important;
}

.cookie-table {
  grid-template-columns: max-content repeat(3, 1fr);
}

.cookie-table-property-name {
  font-weight: 300;
}

.cookie-table h4 {
  font-size: 1.25rem;
}

.cookie-table h5 {
  font-size: 1rem;
}