html,
body {
  font-family: 'Noto Sans HK',Noto Sans,sans-serif, -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
.wrap-fixed-income h2 {
  max-width: unset;
}
.wrap-intro-header {
  background-image: url(../img/TC/intro_header_mobile.png), url(../img/TC/intro_header_mobile_bg2.png);
  background-repeat: no-repeat;
  background-size: contain, 100% 100%;
}
@media screen and (max-width: 300px) {
  .wrap-intro-header {
    background-image: url(../img/TC/intro_header_mobile.png),url(../img/intro_header_bg1.png);
  }
}