.p-use + .p-use {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-use + .p-use {
    margin-top: 6rem;
  }
}