#__header {
  width: 100%;
  margin-top: 15px;
}

dt {
  font-size: 1.5em;
  text-transform: uppercase;
}
dt a {
  display: inline-block;
}

dd {
  font-size: 1em;
  text-transform: lowercase;
  margin: 0 auto 50px 50px;
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
    width: 960px;
  }
}
@media screen and (max-width: 1215px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
    width: 1152px;
  }
}
@media screen and (max-width: 1407px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
    width: 1344px;
  }
}
@media screen and (max-width: 768px) {
  .center-content {
    padding: 1rem;
  }
  .center-content h1.title.is-2 {
    font-size: 1.5rem;
    margin: 0 0 50px;
  }

  dd {
    margin-left: 1rem;
  }

  .documents-menu {
    text-align: center;
  }
}
@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1152px;
    width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
    width: 1344px;
  }
}

/*# sourceMappingURL=index.css.map */
