.banner-wrap--hello {
  margin: 0px auto 0px;
  overflow: hidden;
  border-radius: 8px;
  height: 281px;
  position: relative;
  padding: 32px 16px;
  box-sizing: border-box;
  max-width: 1400px;
}
.banner-wrap--hello .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.banner-wrap--hello .banner-img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.banner-wrap--hello .banner-content {
  background-color: rgb(148, 122, 174, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.banner-wrap--hello .banner-content h3 {
  color: #fff;
  text-size-adjust: none;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI,
    Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.05rem;
  line-height: 1.3;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 0px;
}
.banner-wrap--hello .banner-content h1 {
  color: #fff;
  text-size-adjust: none;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI,
    Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 52px;
  letter-spacing: -0.12rem;
  line-height: 1.3;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 0px;
  text-align: center;
}
.banner-wrap--hello .banner-content .banner-content-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font
}
.banner-wrap--hello .banner-content .text-wrap {
  margin-top: 16px;
  max-width: 600px;
}
.banner-wrap--hello .banner-content p {
  color: #fff;
  text-size-adjust: none;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI,
    Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: center;
}

@media all and (max-width: 800px) {
  .banner-wrap--hello {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
    height: 228px;
  }
  .banner-wrap--hello .banner-img img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    object-fit: cover;
    object-position: center;
  }
  .banner-wrap--hello .banner-content {
    padding: 32px 16px;
    box-sizing: border-box;
  }
  .banner-wrap--hello .banner-content h1 {
    font-size: 32px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin: 0;
    text-align: center;
  }
  .banner-wrap--hello .banner-content p {
    font-size: 14px;
  }
}
