article{
  min-height: 67svh;
}
section {
  padding: 1rem 5rem 4rem 5rem;
  width: 100%;
}
h1 {
  text-align: center;
  line-height: 7rem;
}
#documents div a {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
margin: 0 0 2rem;
border-bottom: 1px solid #f4edeb;
padding-bottom: 2rem;
color: #2D160E;
font-family: 'Montserrat-Medium';
font-size: 1.143rem;
line-height: 1.143rem;
text-decoration: none;
}
#documents div a:hover{
  color: #C49C7E;
  text-decoration: none;
}
#documents div a svg{
  width: 2rem;
  height: 2rem;
  margin-right: .5rem;
}
#documents div a svg g{
  fill: #2D160E;
  stroke: none;
}
#documents div a small {
display: block;
color: rgba(196, 156, 126, 0.75);
margin-top: .3rem;
}
@media screen and (max-width: 700px){
  section {
    padding: 1rem 1rem 2rem 1rem;
  }
}