.second-section{
  width: 80%;
  margin: auto;
}
.second-section table{
  width: 100%;
  margin: 100px 0 30px;
}
.second-section .ss-t2{
  margin: 50px 0 30px;
}
.second-section .ss-t2{
  margin: 50px 0 100px;
}
.second-section tr{
  width: 100%;
  height: 58px;
  /* background-color: blue; */
}
tr td:first-child{
  /* background-color: rgb(146, 72, 72); */
  width: 100px;
}
tr td:nth-child(3){
  /* background-color: blue; */
}
tr td:nth-child(2){
  /* background-color: rgb(51, 255, 0); */
}
tr td:last-child{
  width: 100px;
  /* background-color: red; */
}
.ss-tr1 td{
  font-weight: 800;
}
td{
  font-size: 18px;
  padding: 0 10px;
  border: none;
  text-transform: capitalize;
}
.ss-tr2 td{
  font-weight: 700;
  background-color: #D9D9D9;
}
.ss-tr3 td{
  font-weight: 600;
  /* line-height: 80px; */
  border-bottom: 1px solid #B1B1B1;
}
.td-action{
  color: var(--theme-color);
}
.second-section .ss-signature{
  border: none;
  width: 300px;
  margin: 100px auto 50px;
}
.ss-signature img{
  width: 100%;
}
