.carousel-item {
  position: relative;
}

.carousel-item img {
  height: 550px;
  object-fit: cover;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 2;
}

.hager-footer {
  background: #00477e;
  color: #fff;
}

.hager-footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.hager-footer a:hover {
  text-decoration: underline;
}

.hager-footer strong {
  font-weight: 600;
}