#cultural {
  display: grid !important;
  grid-template-columns: 200px auto !important;
  grid-template-rows: auto auto auto !important;
  grid-template-areas:

    'header header'
    'article article'
    'footer footer'
     !important;

}
#Layer_2{
  width: 15px;
}