.p-date {
  color: var(--color-text-gray);
}
@media only screen and (max-width: 980px) {
  .p-date {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-date {
    margin-top: 20px;
  }
}