.financial-banner {
  position: relative;
}
.financial-banner .image-or-video-bottom {
  position: static;
}
.financial-banner .text-box {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #fff;
  text-align: left;
  position: absolute;
  padding: 4.16667vw 3.125vw;
  left: 0;
  width: 100%;
  bottom: 0;
}
.financial-banner .text-box .title {
  font-size: 2.5vw;
  line-height: 3.48958vw;
  margin-bottom: 1.04167vw;
}
.financial-banner .text-box .desc {
  font-size: 1.25vw;
  line-height: 1.71875vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) and (pointer: coarse) {
.mob--financial-banner .text-box {
    padding: 2.66667rem 2rem;
}
.mob--financial-banner .text-box .title {
    font-size: 1.6rem;
    line-height: 2.23333rem;
    margin-bottom: 0.66667rem;
}
.mob--financial-banner .text-box .desc {
    font-size: 0.86667rem;
    line-height: 1.23333rem;
}
}