.banner-slider-container {
  width: 100%;
  max-width: unset;
  height: 710px !important;
  margin: auto;
  position: relative;
}

.swiper-slide {
  position: relative;
  color: white;
  background-size: cover;
  background-position: center;
  height: 710px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-content {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}
.banner-content h2 {
  margin-bottom: 10px;
  font-size: 36px;
}
.banner-content p {
  margin-bottom: 15px;
  font-size: 18px;
}
.banner-content a {
  padding: 10px 20px;
  background: #ff6600;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}