#mobile-header .logo {
  background-image: url("../../images/main/logo-milenio-purple.svg");
}

#mobile-header .open-button {
  background: url("../../images/main/mobile-button-purple.svg") no-repeat center center;
}

section#funds {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 120px 0 48px;
}
