.top {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto 60px;
}

.top-logo {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  text-align: center;
}

.top-logo img {
  width: 56%;
  max-width: 640px;
  padding: 0 0 2rem;
}

.top-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-shadow:
    0 0 10px #7814dc,
    0 0 10px #7814dc,
    0 0 10px #7814dc;
}

.top-text span {
  font-size: 28px;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .top {
    margin: 0 auto 30px;
  }

  .top-logo {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .top-logo img {
    width: 100%;
    padding: 0 0 1rem;
  }

  .top-text {
    font-size: 18px;
  }

  .top-text span {
    font-size: 28px;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .top {
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
  }

  .top-logo {
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .top-logo img {
    width: 70%;
    padding: 0 0 1rem;
  }

  .top-text {
    font-size: 26px;
  }

  .top-text span {
    font-size: 28px;
  }
}

@media screen and (min-width: 1025px) {}