#page {
  max-width: unset;
}
  #page::before {
    content: unset;
  }

/*@apply text-black;*/

#secondary .site-description {
    display: none;
  }

@media screen and (max-width: 1199px) {
  #secondary {
    background: transparent;
  }
}