@media only screen and (max-width: 450px) {
  body {
    /* background-color: red; */
  }
  .header {
      font-size: 1.2rem!important;
      margin-top: 1rem!important;
      margin-bottom: 2rem !important;
  }
  .home {
      flex-direction: column;
  }
  .brand-name,
  .brand-description {
      margin: 1rem 0;
      font-size: 1.5rem!important;
      text-align: center;
  }
  .intro-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #welcome_image {
    margin: 5% 0;
    width: 100%!important;
}
  .branches {
    flex-direction: column;
    padding: 0 1rem!important;
  }
  .branches div {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 1rem;
  }
  .branches p {
    text-align: center;
    font-size: 0.75rem;
  }

  .copy-right p {
    font-size: 0.5rem;
  }
  #typewriter {
    display: none!important;
  }
}
