.section-static  .section-description {
    padding: 1em;
    background-color: #00000099;
}

  .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;
}


.frontpage-section.section-static .section-content {
    padding: 257px 20vw !important;
}

.frontpage-section.section-static .section-content h2 {
    visibility: hidden;
}