
.j-gray-text{
    color: #666666;
    font-weight: bold;
  }
  
  .j-page-title {
    font-weight: 700 !important;
  }
  
  .j-banner {
    width: 100%;
    max-height: 400px;
    margin-top: 50px;
  }
  
  .j-banner img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
  }
  
  .j-content{
    display: flex;
    align-items: center;
    margin-top: 50px;
  }
  
  .j-content-text{
    width: 70%;
  }
  
  .j-content-img{
    width: 30%;
  }
  
  .j-content-img img::nth-child(1){
    width: 100%;
    max-height: 225px;
    object-fit: cover;
  }
  
  .j-content-text-title{
  font-weight: 900;
  font-size: 24px !important;
  color: #333333;
  line-height: 29px !important;
  margin-bottom: 32px;
  }
  
  .j-content-text-content{
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
  }
  
  .j-library-img{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 98px;
  }
  
  .j-library-img img{
    height: 258px;
    object-fit: cover;
    width: 33%;
  }
  
  .j-content-text-space{
    display: none;
  }
  
  .j-video{
    display: flex;
    align-items: end;
    margin-top: 90px;
  }
  
  .j-video-iframe{
    width: 50%;
    height: 348px;
  }
  
  .j-video-text{
    width: 50%;
    padding-left: 42px;
  }
  
  .j-content-list{
    display: flex;
    align-items: center;
    margin-top: 90px;
  }
  
  .j-content-list ul {
    color: #666666;
    line-height: 27px;
  }
  
  .j-content-list-text{
  font-weight: 900;
  font-size: 24px !important;
  color: #333333;
  line-height: 29px !important;
  margin-bottom: 20px;
  }
  
  @media only screen and (max-width: 968px) {
    .j-content-text-title{
      margin-bottom: 29px;
    }
  
    .j-banner{
      margin-top: 0px;
    }
  
    .j-banner img {
      min-height: 223px;
    }
  
    .j-content-img img::nth-child(1){
      min-height: 209px;
    }
  
    .j-content-text{
      width: 100%;
    }
  
    .j-content-img{
      width: 100%;
      margin-bottom: 26px;
    }
  
    .j-content,.j-content-list{
      flex-wrap: wrap;
      flex-direction: column;
      flex-direction: column-reverse;
    }
  
    .j-library-img{
      margin-top: 32px;
    }
  
    .j-library-img > * + *{
      margin-top: 31px;
    }
  
    .j-library-img img{
      height: 210px;
      width: 100%;
    }
  
    .j-content-text-space{
      display: block;
    }
  
    .j-video{
      flex-direction: column;
      flex-direction: column-reverse;
    }
  
    .j-video-iframe{
      height: 186px;
      width: 100%;
    }
  
    .j-video-text{
      width: 100%;
      padding-left: 0;
    }
  
    .j-content-list-text{
      margin-bottom: 30px;
    }
  
    .mobile-hidden{
      display: none;
    }
  }