@media only screen and (max-width: 1050px){
  .second-section{
    width: 90%;
  }
}
@media only screen and (max-width: 991px){
  tr td:first-child{
    padding-left: 20px;
    width: 100px;
  }
}
@media only screen and (max-width: 768px){
  tr td:nth-child(3){
    display: none;
  }
}
@media only screen and (max-width: 500px){
  /* tr td:nth-child(5){
    display: none;
  } */
  tr td:first-child{
    padding-left: 20px;
    width: 40px;
    /* min-width: 90px; */
  }
}