body {
  
}


body {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


.inner {
  max-width: 600px;
  margin: 0 auto;
  
  margin-top: 8em;
}
.brand {
  max-width: 480px;
  margin-bottom: 2em;
}
.brand img {
  max-width: 100vw;

  width: 480px;
  height: 58.7833px;
}

@media (max-width: 500px) {
  .brand img {
    width: auto;
    max-width: 90%;
    height: auto;
  }
}
