
/* overwrite shared styles */
main{
  padding:var(--space-xlarge) 0;
}
section{
  height:auto!important;
  min-height:auto!important;
}
h4{
  margin-bottom:15px;
}
ol{
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 30px;
}
ul{
  list-style-type:
  disc;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 30px;
}
li{
  font-size:inherit;
}

/* new elements */
.subsection{
  margin-bottom:32px;
}
.subsection:last-child{
  margin-bottom:0;
}