:root {
  --highlight-sky: #ceedf6;
  --neutral-grey: #e1e1de;
  --dark-grey: #8a8a8a;
  --primary-blue: #00196e;
}

/* Banner */
.banner {
  display: flex;
  width: 100%;
  height: 320px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: wrap;
  background: var(--highlight-sky);
}

.banner-title {
  font-family: Garamond Premier Pro;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 0px;
  text-align: center;
}

.over-view-params {
  font-family: Halyard Display;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}

div.sidebar .sidebar__sections--item a {
  color: #00196e;
}

div.content__container h4 {
  margin: 0;
  margin-bottom: 36px;
}

.overview {
  margin-top: 60px;
}

.over-view-title {
  font-size: 16px;
  line-height: 20px;
  color: #8a8a8a;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

@media screen and (max-width: 991px) {
  p.sidebar__sections--title {
    padding: 0 24px;
    margin-top: 36px;
  }

  div.sidebar .sidebar__sections {
    padding: 16px 24px;
  }
}
