.table-with-two-equal-cells table {
  width: 100%;
  font-family: ClashGrotesk-Regular, sans-serif;
  border-collapse: collapse;
  border: 2px solid #999;
}


.table-with-two-equal-cells th,
.table-with-two-equal-cells td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #999;
}

.table-with-two-equal-cells th {
  font-family: ClashGrotesk-Semibold, sans-serif;
  background-color: #d9d9d9;
}

.table-with-two-equal-cells td {
  color: rgb(255 255 255 / 80%);
}