.highlight-blue {
  color: #fff;
  background-color: #0047bb;
  padding: 20px;
  background-size: cover;
  min-height: calc(100svh - 75px - min(70svh, 100vw) + 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: space-evenly;
  /*bottom: 0;*/
  /*position: absolute;*/
  transform-origin: bottom;
  border-radius: 2rem 2rem 0 0;
  margin-top: -2rem;
}

.highlight-blue p {
  color: #c4d5ef;
  line-height: 1.5;
  margin: 0;
}

.highlight-blue h2 {
  font-weight: normal;
  margin-bottom: 25px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}

.highlight-blue .intro {
  font-size: 18px;
  max-width: 500px;
  margin: 0 auto 25px;
}

