.banner_six {
    width: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    padding-top: 0px;
}
.swiper {
  width: 100%;
  height: 500px;
  border-radius: 0px !important;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}