header {
  background-color: #2b2b2b;
  padding: 15px 0;
}
header .region-header {
  max-width: 1400px;
  margin: 0 auto;
  width: calc(100% - 40px);
  display: flex;
  justify-content: center;
}
header .block-system-branding-block img {
  width: 100px;
  height: auto;
}

body {
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
}

.region-content {
  max-width: 1400px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.region-content h2 {
  font-size: 2rem;
  margin-top: 100px;
  line-height: 120%;
  font-weight: 800;
}
.region-content a {
  color: inherit;
}