@media screen and (min-width: 768px) {
  .p-news-detail-form {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-news-detail-form {
    padding: 100px 0 100px;
  }
}