.header-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top: 6px solid #03E1BC;
}

.header-image__container {
  height: 500px;
  position: relative;
}

.header-image__content {
  background: #fff;
  position: absolute;
  width: 40%;
  right: 10rem;
  bottom: 5rem;
  padding: 1.5rem 2rem;
}

.header-image__title,
.header-image__description {
  color: #004B87;
  font-weight: 600;
}
