.project-single-wrapper .lead-view {
  font-family: "ff-din-paneuropean", sans-serif;
  padding-top: 48px;
  padding-bottom: 48px;
}
.project-single-wrapper .lead-view .is-style-heading {
  margin-bottom: 32px;
}
.project-single-wrapper .lead-view .project-lead-view {
  margin-bottom: 48px;
}
.project-lead-view strong {
  color: var(--color1);
}

ul.parameter-view li {
  border-bottom: 0.5px solid #d3d2d2;
  column-gap: 8px;
  padding: 4px 0;
}
ul.parameter-view li .parameter-label {
  font-weight: 500;
}

.parameter-view {
  line-height: 28px;
  font-size: 0.875rem;
  font-family: "ff-din-paneuropean", sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: 1fr 1fr;
  gap: 8px 40px;
  max-width: 80%;
}

.parameter-label {
  font-weight: bold;
}

@media (max-width: 768px) {
  .parameter-view {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}
