.scamper {
  li {
    &:nth-of-type(1),
    &:nth-last-of-type(2) {
      margin-bottom: 2rem;
    }

    &:nth-of-type(1) textarea {
      min-height: 1rem;
    }
  }
}
