.container {
  position: relative;
  text-align: center;
}

.image {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;  
  height: 25rem;
  object-fit: cover;
  margin-bottom: 4rem;
}

.banner {
  display: block;
}

.text-container {
  font-weight: bold;
  margin: 100;
  width: 100%;
  font-size: 4rem;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

