:root {
  --table-border: #b3b3b3;
}

.table-with-header td:first-child,
.table-with-header__title,
.table-with-header td:last-child {
  color: var(--company-color);
  font-weight: bold;
}

.table-with-header td {
  padding: 15px 10px;
  font-weight: 600;
  font-size: 14px;
  color: var(--descriptions-color);
  text-align: center;
}

.table-with-header td:first-child a {
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  color: #1C3D66;
}


.table-with-header td:first-child {
  text-align: left;
}

.table-with-header td:last-child {
  text-align: right;
}

.table-with-header table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--table-border);
}

.table-with-header__table {
  width: 100%;
  max-width: none;
}

.table-with-header th {
  padding: 20px 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: var(--company-color);
  color: #fff;
}

.table-with-header tr:not(:last-child) {
  border-bottom: 1px solid var(--table-border);
}
