.pro-overview .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.pro-overview table {
  width: 100%;
  font-size: 15px;
  margin-bottom: 20px;
  color: #212121;
  border-collapse: collapse;
}

.pro-overview table th {
  padding: 10px 20px;
  border: 1px solid #E4EAF2;
  background-color: #F8FAFC;
  font-weight: bold;
}

.pro-overview table td {
  padding: 10px 20px;
  border: 1px solid #E4EAF2;
  background-color: #ffffff;
}

.pro-overview table tr td:nth-child(2n+1) {
  background-color: #F8FAFC;
}