.superpower__inner .row {
  padding-top: 30px;
}
@media (min-width: 62em) {
  .superpower__inner .row {
    padding-top: 46px;
    --rowPadding: 36px;
  }
}
.superpower__row {
  padding-bottom: 36px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.14);
  margin-bottom: 36px;
}
@media (min-width: 62em) {
  .superpower__row {
    padding-bottom: 44px;
    margin-bottom: 44px;
  }
}
.superpower__row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
@media (min-width: 62em) {
  .superpower__wrapper {
    padding-left: 18px;
    border-left: 4px solid var(--clr-01);
  }
}
.superpower__head {
  margin-bottom: 6px;
}
@media (min-width: 62em) {
  .superpower__head {
    margin-bottom: 8px;
  }
}

.superpower-item__title {
  margin-bottom: 16px;
}
.superpower-item__title span {
  display: block;
  padding: 0 10px;
  width: fit-content;
}