@import "projectmobilesmall.css";

@media (max-width: 480px) {
  /* Brief width and bracket height */

  .whitesection {
    padding-bottom: 0rem;
  }

  .blacksection {
    padding-bottom: 0rem;
  }

  .brief {
    width: 18rem;
  }

  .briefbracket {
    height: 9.5rem;
  }

  .design {
    width: 18rem;
  }

  .mock {
    width: 100%;
  }
}
