#banner {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 500px;
  background-size: cover;
}

.site-banner {
  background-color: #000000;
  background-image: url(../img/6518_large.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  box-sizing: border-box;
  color: #fff;
  height: auto;
  overflow: visible;
}

.site-banner .page-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  text-align: start;
  width: 100%;
  max-width: 1100px;
  color: #ffffff;
  padding-left: 40px;
  margin-top: 120px;
}

.banner-search-wrapper {
  background-color: white;
  padding: 0 20px;
  border-radius: 15px;
}

@media (max-width: 1200px) {
  .banner-search-wrapper {
    display: none;
  }
  .site-banner {
    align-items: flex-end;
    justify-content: flex-end;
    height: 300px;
  }
  .site-banner .page-title {
    margin-bottom: 90px;
  }
}

@media (max-width: 756px) {
  .site-banner .page-title {
    font-size: 32px;
    margin-bottom: 120px;
  }
}

@media (max-width: 400px) {
  .site-banner .page-title {
    margin-bottom: 100px;
    padding-left: 10px;
  }
}
