.layout {
  grid-template-areas:
    "download download button button button button button button"
    "download download content content content content content content"
    "feature feature feature feature news news news news";
}
.body-content {
  grid-area: content;
  background-color: var(--w-bodycontent);
  overflow: auto;
}
.body-content .content p {
  line-height: 1.75;
  margin: 1em 0;
}
.button1 {  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);}.button2:hover {  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);}
@media (min-width: 1024px) {
  .block-download {
    max-height: 33em;
  }
}
