
.banner-container {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 300px;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgb(71 71 41 / 50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-text {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
}