.section-spec .responsive-table {
  overflow-x: auto;
}

.section-spec .comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  font-family: sans-serif;
}

.section-spec .comparison-table th,
.section-spec .comparison-table td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}

.section-spec .comparison-table thead th {
  background-color: #1f9eaf;
  color: #fff;
  font-weight: bold;
  border-top: none;
}

.section-spec .comparison-table tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.section-spec .comparison-table tbody tr:nth-child(even) {
  background-color: #fff;
}

.section-spec .comparison-table th {
  background-color: #e6f6f8;
  color: #333;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .section-spec .comparison-table th,
  .section-spec .comparison-table td {
    font-size: 14px;
    padding: 8px;
  }
}
