/* ============================================================
   responsive.css — Cross-cutting breakpoint tweaks that don't
   belong to one specific component file.
   ============================================================ */
@media (max-width:640px){
  section{padding:64px 0;}
  .wrap{padding:0 20px;}
}
