@media (max-width: 800px) {
  .section-head {
    display: block;
  }

  .section-head > p {
    margin-top: 20px;
  }
}
