.feature__items {
  display: flex;
  justify-content: center;
  width: 70%;
  flex-wrap: wrap;
}

@media(max-width: 1200px) {
  .feature__items {
    width: 100%;
  }
}

.feature__item:nth-child(3n+0) {
  margin-right: 0;
}

.logo__last-update {
  font-size: 12px;
  font-weight: 600;
  align-self: baseline;
  color: #2D486B;
  padding-top: 10px;
  pointer-events: none;
}

.changelog__detail {
  max-width: 75%;
}

.governing-body-table {
  max-width: 1200px;
}

.governing-body-table__wrapper {
  display: flex;
  justify-content: center;
}

.governing-body-table tr {
  display: flex;
}

.governing-body-table td {
  background-color: white !important;
  width: 50%;
}

.governing-body-table td, .governing-body-table tr {
  border: none;
}

.governing-body-table__head__labels > td {
  border: none;
  font-weight: bold !important;
  font-size: 20px;
  position: relative;
  background: transparent !important;

}

#label-governing-body > span {
  float: right;
  right: 10px;
}

#label-governing-body > span, #label-member-role > span {
  background-color: white !important;
  padding: 5px 10px;
  position: absolute;
  top: 10px;
}

.governing-body-table__body tr:first-child {
  padding-top: 20px;
}

.governing-body-table__body tr td:first-child {
  border-right: 1px solid var(--code-bg-color);
}

.governing-body-table__body tr td {
  padding: 8px 22px;
}

.governing-body-table__body tr td:first-child > a, .governing-body-table__body tr td:first-child > span {
  float: right;
}

.governing-body-table__body {
  border: 1px solid var(--code-bg-color);
}
