@import "projectmobilesmall.css";

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

  .brief {
    width: 16rem;
  }

  .briefbracket {
    height: 13rem;
  }

  .whitesection {
    background-color: rgb(218, 218, 218);
  }

  .letterhead {
    width: 17rem;
  }

  .card {
    width: 12rem;
  }

  #receipt {
    width: 15rem;
  }

  .totes {
    width: 17rem;
  }

  .space {
    margin-top: 4rem;
  }
}
