.solutions-banner {
  height: 44.79167vw;
  overflow: hidden;
  position: relative;
}
.solutions-banner .body-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 9.375vw 0 0;
  text-align: center;
}
.solutions-banner .body-title h1 {
  font-family: "BYDcv";
  font-weight: 400;
  font-size: 4.16667vw;
  color: #ffffff;
  line-height: 4.58333vw;
  margin-bottom: 0.26042vw;
}
.solutions-banner .body-title p {
  font-size: 1.25vw;
  color: #ffffff;
  line-height: 1.61458vw;
  letter-spacing: 0.10417vw;
  animation-duration: 0.6s;
}
@media screen and (max-width: 768px) and (orientation: portrait) and (pointer: coarse) {
.mob--solutions-banner {
    height: 28.66667rem;
}
.mob--solutions-banner .body-title {
    padding: 10rem 0 0;
}
.mob--solutions-banner .body-title h1 {
    font-family: "BYDcv";
    font-weight: 400;
    font-size: 2.66667rem;
    color: #ffffff;
    line-height: 2.93333rem;
    margin-bottom: 0.16667rem;
}
.mob--solutions-banner .body-title p {
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 1.03333rem;
    letter-spacing: 0.06667rem;
}
}