.banner .title {
  position: relative;
  top: -410px;
  height: 403px;
  display: flex;
  align-items: center;
}

.banner {
  width: 100%;
}

.banner img {
  width: 100% !important;
  object-fit: cover;
  height: 403px;
}
