.system-requirements {
  margin-bottom: 2rem;
}
.section-title:first-child{
    margin-top: 16px;
}
.section-title {
    color: #AEB1C7;
    font-family: Lexend, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 32px 0 16px;
}

.section-title:before {
    content: '';
    display: inline-block;
    background: #C04AFD;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    margin-right: 6px;
}

.requirements-block {
  margin-bottom: 20px;
}

.requirement-item {
  display: flex;
  margin-bottom: 6px;
}

.requirement-label {
  min-width: 144px;
  color: rgba(174, 177, 199, 0.75);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

.requirement-value {
  color: #AEB1C7;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

.additional-notes {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
  color: #AEB1C7;
  font-family: Inter, sans-serif;
  font-size: 14px;
}
