Architecture usually deals with what (is done) and where (it is done), but on the other hand, Design deals how(it is done).
Architecture is Highest level of abstraction of system, kind of skeleton. MVC, MOVE, 3-Tier, Service Oriented Architecture are architectural patterns exactly like different design patterns.
Software Design is about designing individual class/ modules / components and their responsibilities and functions.