.section-static  .section-description {
padding: 1em;
background-color: #66FF99;
}

  .section-static {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

.section-static .section-content {
padding: 80px 20vw
}

@media (min-width: $max-width) {
  .section-static {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.frontpage-section {
margin-bottom: 2em;
}

#portal-logo img {
width: 222px;
}