p.docs-contents__body__description.--mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  p.docs-contents__body__description {
    display: none;
  }

  p.docs-contents__body__description.--mobile {
    display: initial;
  }
}
