.bottom-info {
  width: 100%;
  box-sizing: border-box;
  background-color: #37302e;
}

.bottom-info .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 40px;
}

.bottom-p {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}

.bottom-p p {
  margin-top: 20px;
}

.bottom-p p:nth-child(1) {
  margin-top: 0;
  font-size: 22px;
  line-height: 29px;
}

.bottom-logo {
  margin-top: 40px;
  width: 580px;
}

.bottom-code {
  display: flex;
  margin-bottom: 45px;
  color: #fff;
}

.bottom-code-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottom-code-inner:nth-child(1) {
  margin-right: 30px;
}

.bottom-code img {
  margin-bottom: 10px;
  width: 112px;
  height: 112px;
}

.footer {
  color: #fff;
  background-color: #302a29;
  font-size: 14px;
  line-height: 24px;
  padding: 10px;
  text-align: center;
}

@media (max-width: 1400px) {
  .bottom-logo {
    margin-top: 40px;
    width: 520px;
  }
}

@media (max-width: 1024px) {
  .bottom-info .inner {
    flex-direction: column;
    align-items: center;
  }

  .bottom-p {
    margin-bottom: 30px;
  }

  .bottom-logo {
    margin-top: 10px;
    margin-bottom: 40px;
    width: 480px;
  }
}

@media (max-width: 600px) {
  .bottom-logo {
    width: 80%;
  }
}