    .help-page .help_wiser_box label{color: #454F5B; width: 100%;margin-bottom: 10px;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
     }
    .help-page .help_wiser_box label a , .help-page .help_wiser_box h3 a {
    color: #454F5B;
    }
    .help-page .help_wiser_box h3 a{
    color: #212B36;
    }
    .help-page .help_wiser_box label a:focus ,  .help-page .help_wiser_box h3 a:focus  {
      text-decoration: none;
    }
    .help-page .help_wiser_box {
      flex: 1;
      border: 1px solid #DFE3E8;
      margin: 15px;
      padding: 0px;
      border-radius: 6px;
      background: #fff;
    }
    .help-page .help_wiser_box i{padding-right: 10px;}
    .help-page .help_main{padding: 20px 50px;float: left;width: 100%; display: flex;}
    .help-page .help_wiser{max-width: 1280px;margin: 0 auto;}
    .help-page .help_wiser_box_img{
      padding: 25px;
      border-top-right-radius: 6px;
      border-top-left-radius: 6px;
      background: #fff;
    }
    .help-page .help_wiser_box img{
      display: inline-block;
    }
    .help-page .help_wiser_box h3{
      display: inline-block;
      margin: 0;
      font-size: 20px;
      font-weight: 600;
      color: #212B36;
      padding: 0px 15px 0px 15px;
      font-family: 'Roboto', sans-serif;
      vertical-align: middle;
    }
    
    .help-page .help_wiser_box_content {
      padding: 25px;
      border-top: 1px solid #DFE3E8;
    }
    .help-page .help_wiser_box_content label:last-child {
      margin-bottom: 0px;
    }
      .help-page .help_wiser_box i.fa-question-circle {
      padding-right: 11px;
    }
    @media (min-width:769px) and (max-width:1024px) {
    .help-page .help_main { padding: 15px 10px; }
    .help-page .help_wiser_box_img , .help-page .help_wiser_box_content {
      padding: 15px;
    }
    .help-page .help_wiser_box {
    margin: 10px;
    }
    }
    @media only screen and (max-width: 768px){
    .help-page .help_wiser_box h3{
    font-size:16px;
    }
    .help-page .help_wiser_box{width: 100%;
    display: inline-block;
    float: left;
    margin: 0 auto;
    margin-bottom: 15px; }
    .help-page .help_main {padding: 20px 100px;display: block;}
    }
    @media only screen and (max-width: 767px){
    .help-page .help_main {padding: 20px;}
    }