/* * =============================================================================
 * FILE DESCRIPTION:
 * - Build: Compiled via `npm run build-scss` command in package.json.
 * - Import Rules: Use standard SCSS paths (no aliases).
 * - Restrictions: DO NOT import this file into other style sheets.
 * - Usage: The compiled CSS is enqueued/included in functions.php.
 * =============================================================================
 */
@media (max-width: 767px) {
  #boxes {
    grid-template-columns: 330px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .home .box {
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=responsive.css.map */
