.breadcrumbs, 
.breadcrumbs span{
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}
/* ---------- Cleaned / Deduped CSS for .custom-table ---------- */

.custom-table table {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #E2E2E2;
  border-collapse: collapse;
  border-spacing: 0;
}

.custom-table td,
.custom-table th {
  padding: 15px;
  line-height: 20px;
  font-size: 18px;
  vertical-align: middle;
  text-align: left;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  border-top: none;
  border-bottom: none;
}

.custom-table tbody tr:first-child td {
  background-color: #C92A27;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.custom-table tbody tr:first-child td:not(:last-child) {
  border-right: 1px solid #fff;
}

.custom-table tbody tr:nth-child(odd):not(:first-child) td {
  background-color: #F1F7FF;
}
.custom-table tbody tr:nth-child(even):not(:first-child) td {
  background-color: #FFF;
}

.custom-table td b {
  font-weight: 600;
}
.custom-table tbody tr:first-child td b {
  color: #fff;
}

@media (max-width: 768px) {
  .custom-table td,
  .custom-table th {
    font-size: 18px;
    padding: 12px;
  }
  .custom-table tbody tr:first-child td {
    font-size: 18px;
  }
}
