@media (max-width: 1200px) {
  .insights-hub-detail-wrapper .W_1200 {
    width: 90%;
  }
}
@media (max-width: 750px) {
  .show_w_1200 {
    display: none;
  }
  .show_w_750 {
    display: block;
  }
  .W_1200 {
    padding: 0px 24px;
  }
  .insights-hub-detail-wrapper .header-banner {
    padding: 70px 40px 80px 40px;
    min-height: 400px;
    margin-top: 40px;
  }
  .insights-hub-detail-wrapper .header-banner .nav-back {
    width: 100%;
    font-size: 28px;
  }
  .insights-hub-detail-wrapper .header-banner .nav-left {
    width: 36px;
    height: 36px;
    margin-right: 3px;
  }
  .insights-hub-detail-wrapper .header-banner .banner-title {
    width: 100%;
    font-size: 36px;
    line-height: 54px;
  }
  .insights-hub-detail-wrapper .header-banner .banner-sub-title {
    width: 100%;
    font-size: 28px;
    line-height: 42px;
  }
  .insights-hub-detail-wrapper .content-inslights {
    margin: 0;
    width: 100%;
    padding: 64px 48px 0;
  }
  .insights-hub-detail-wrapper .content-inslights .content-title {
    font-size: 36px;
    font-family: PoppinsBold;
    margin-top: 48px;
  }
  .insights-hub-detail-wrapper .content-inslights .content-des {
    font-size: 28px;
    line-height: 48px;
    margin-top: 48px;
  }
  .insights-hub-detail-wrapper .content-inslights > img {
    width: 100%;
    margin-top: 48px;
  }
  .insights-hub-detail-wrapper .footer-share {
    margin-top: 56px;
    width: 100%;
    padding: 0 48px;
    font-size: 28px;
    line-height: 48px;
  }
  .insights-hub-detail-wrapper .footer-share .share-box > img {
    width: 48px;
    height: 48px;
  }
  .insights-hub-detail-wrapper .footer-des {
    width: 100%;
    padding: 0 48px;
    font-size: 24px;
    line-height: 48px;
  }
}
