@charset "utf-8";
.bsnt-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background-size: cover;
  background-position: center;
  box-shadow: rgba(17, 17, 26, 0.4) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  border-radius: 2rem;
}
.bsnt-wrap {
  position: relative;
}
.bsn-title2 {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 700;
  z-index: 1;
  text-align: center;
  line-height: 140%;
  word-break: auto-phrase;
}
.bsnt-overlay {
  background-color: #00000080;
  width: 100%;
  height: 300px;
  position: absolute;
  border-radius: 2rem;
}
