
table {
    
   
    width: 90%;
    padding-top: 5%;
    padding-left: 5%;
    border-collapse: collapse;
  }
  tr:nth-child(odd){
        background: #2be656;
        
    }
th{
    border: 1px solid #000;
   
    padding:12px;
  }
 td{
    border: 1px solid #000;
   
    padding:12px;
   
  }
  h2 {
    overflow: hidden;
    position: relative;
    color: #28a745;
  }
  .style2 {
    padding-bottom: 10px;
  }
  .style2::before {
    content: "";
    border-bottom: 3px solid #E16A26;
    bottom: 0;
    height: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .style2::after {
    border-bottom: 3px solid #ddd;
    bottom: 0;
    content: "";
    position: absolute;
    width: 1200px;
    z-index: 1;
  }
  

.mar{
  margin: 20px;
}
.mar ul {
  display: block;
  margin-left: -10px;
}

.mar ul li {
  display: block;
  position: relative;
}

.mar ul li:not(:last-child) {
  margin-bottom: 16px;
}

.mar ul li:before {
  content: "";
  position: absolute;
  top: 1.2em;
  left: -30px;
  margin-top: -.9em;
  
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
.mar ul li:before {

  background: linear-gradient(45deg, #056435, #3CCF4E);
}