@charset 'UTF-8';

/**
 * News Page Settings
 * ================================================================================
 * Table of Contents:
 *
 * News Detail Page Settings
 * ================================================================================
 */


/**
 * ================================================================================
 * News Detail Page Settings
 * ================================================================================
 */

@media all and (max-width: 767px) {
  body.page-news-detail .p-news-btn {
    margin-top: 4.5rem;
  }
}

