.banner {
  background: url('/images/pages/banner.jpg') center/cover no-repeat;
  height: 150px;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-text {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1em 2em;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 5px;
}
