.banner-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 230px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}
.banner-middle__title {
  font-size: 2.625rem;
  font-weight: bold;
  color: #ffffff;
}
.banner-middle p {
  font-size: 1.125rem;
  color: #ffffff;
}

.covenants figure {
  box-shadow: 0 2px 24.6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 24px;
}
