#specifications-section {
  scroll-margin-top: 200px;
}

.the4-metafield-table {
  background-color: black;
}

.the4-metafield-table .the4-metafield-table-container {
  padding-top: 60px;
}

.the4-metafield-table .the4-metafield-table-title-container {
  padding-block-end: 10px;
  border-bottom: 1px solid white;
  margin-block-end: 25px;
}

.the4-metafield-table .the4-metafield-table-title {
  border-top: 1px solid white;
  padding-block-start: 20px;
  font-size: 28px;
  font-weight: 600;
  color: white;
}

.the4-metafield-table .the4-metafield-table-item {
  display: flex;
  justify-content: space-between;
  padding-block: 10px;
  color: white;
  border-bottom: 1px solid #262626;
  span {
    width: 50%
  }
  span:last-child {
    text-align: end;
  }
}


