.table thead th {
  background-color: #0056b3;
  color: white;
}

.table th {
  vertical-align: middle;
  text-align: center;
}

.table td {
  vertical-align: middle;
  border: none;
}

.table .section-title {
  background-color: #003d75;
  color: white;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .desktop-table {
      display: none;
  }
}
@media (min-width: 768px) {
  .mobile-table {
      display: none;
  }
}