/* Basicalliy not use*/
/* .table2{
    width: 100%;
    max-width: 1240px;
    margin: 20px auto;
  }
  .table2 .table2_card{
    display: flex;
  }
  .table2 .table2_card h2{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
  }
  .table2 .table2_card p{
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    color: var(--black, #09122B);
    font-size: 16px;
    font-weight: 400;
  }
  .horizontal_line2{
    width: 100%;
    height: 1px;
    background-color: #C1C1C1;
    position: relative;
  }
  .horizontal_line2 .horizontal_left{
    width: 20%;
    height: 1px;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
  }*/
  
/*     .horizontal_line2 .horizontal_left{
      display: none;
    }
    .table2 .table2_card h2{
      border-bottom: 1px solid green;
    } */
  }
  /* end css */