body {
  font-size: 16px;
}

h5 {
  margin-bottom: 0.2rem;
}

.logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.logo {
  width: 412px;
  height: 100%;
}

@media screen and (min-width: 1540px) {
  .container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 500px) {
  .logo-container {
    margin-bottom: 10px;
  }
  .logo {
    width: 100%;
    height: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
