.c-sysreq {
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 15px
}

.c-sysreq p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px
}

.c-sysreq__preface {
  padding: 15px 0
}

.c-sysreq__content {
  overflow: hidden;
  -webkit-transition: height .15s ease-in-out;
  transition: height .15s ease-in-out
}

.c-sysreq__row__col:has(img) {
  flex-shrink: 0;
}

.c-sysreq__row {
  padding-left: 50px;
  padding-bottom: 20px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.c-sysreq__row__heading {
  padding-bottom: 5px;
  font-weight: 700
}

.c-sysreq__title {
  font-size: 14px;
  line-height: 20px
}