.tariff-table {
  margin-bottom: 100px;
}

.tariff-table h1 {
  font-size: 35px;
  color: var(--theme-color);
}

.tariff-table .table-title {
  background: var(--theme-color);
}

.tariff-table .table-title tr th {
  color: var(--white-color);
}
