.props__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1200px) {
  .props__list {
    max-width: 700px;
  }
}
@media (min-width: 768px) {
  .props__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
  .props__item-label, .props__item-content {
    flex: 0 1 50%;
  }
}
.props__item-label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .props__item-label {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .props__item-label {
    font-size: 20px;
  }
}
.props__item-link {
  color: inherit;
  text-decoration: none;
}
.props__item-link:hover, .props__item-link:active, .props__item-link:focus, .props__item-link:focus-within {
  text-decoration: underline;
}

/*# sourceMappingURL=docs.css.map */
