Height of attribute list section is incorrect
Created by: artplan1
Height of this list section is broke because of float usage

This issue makes it hard to add content below this list
It can be fixed using flexbox (I can provide PR if this change is ok)
.main-content__body > dl {
display: flex;
flex-flow: row wrap;
}