/**
 * Works list page responsive adjustments.
 *
 * Shared hero, card, and CTA styles are defined in global.css.
 */

@media not all and (min-width: 1024px) {
  .p-works-list__archive {
    padding-top: 56px !important;
  }
}

@media not all and (min-width: 640px) {
  .p-works-list__archive {
    padding-top: 48px !important;
    padding-bottom: 32px !important;
  }
}
