.container-section table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.container-section table th,table td{
  padding: 5px 10px;
  text-align: center;
}
.container-section table tr:nth-child(odd){
  background-color: rgba(122, 113, 98, 0.2);
}