@import "projectmobilesmall.css";

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

  .brief {
    width: 20rem;
  }

  .briefbracket {
    height: 8rem;
  }

  .illustration {
    width: 20rem;
  }

  .illusmaindiv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }

  h1 {
    margin-top: 6rem;
  }

  .illusdiv {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
