.js-title {
    padding: 10px 20px;    
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
    text-align: center;
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .js-title h3 {
    color: #000000;
    font-size: 20px !important;
  }
  
  .js-gradient1_addImage {
    background-image: url("https://www.3m.com/wps/wcm/connect/fd1093c2-e597-49c4-96d8-1641cb8eae0e/Chart-gradient-665x121.jpg?MOD=AJPERES&attachment=true&id=1701230910828");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .js-gradient2_addImage {
    background-image: url("https://www.3m.com/wps/wcm/connect/fd1093c2-e597-49c4-96d8-1641cb8eae0e/Chart-gradient-665x121.jpg?MOD=AJPERES&attachment=true&id=1701230910828");
    background-size: cover;
    background-repeat: no-repeat;
  }
  
   table {
      white-space: wrap;
      color: black !important;
    }
  
    .js-container table {
      margin-bottom:0!important;
    }
  
    td {
      padding: 10px 10px!important;
      vertical-align: top!important;
    }
  
    .js-container tr:nth-child(odd) td {
      background: #d8d8d8!important;
    }
    
    .js-container tr:nth-child(even) td {
      background: #fff!important;
    }
  .list-disc {
    list-style-type: disc;
  }
  
  @media screen and (max-width: 767px) {
    .js-title {
      min-height: 50px;
      margin-left: 0px;
      margin-right: 0px;
    }
}
  @media screen and (min-width: 768px) {
    .js-title h3 {
      padding: 0 10px;
    }
  }