.container {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow-y: scroll;
  background: #000;
  padding-bottom: 40px;
}

.m-bg {
  width: 100%;
  height: 80%;
}

.m-t1 {
  color: #FFF;
  font-family: "Cerebri Sans Pro";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  margin-top: -120px;
}

.m-t2 {
  color: #FFF;
  font-family: "Cerebri Sans Pro";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
}

.description {
  color: rgba(255, 255, 255, 0.70);
  font-family: "Cerebri Sans Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  padding: 0 60px;
  padding-top: 40px;
}

.footer {
  padding-left: 60px;
  margin: 0 auto;
  margin-top: 20px;
}

.item {
  color: rgba(255, 255, 255, 0.50);
  font-family: "SF Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 13.2px */
  text-transform: capitalize;
  margin-top: 10px;
}

.m-d {
  display: none;
}

.downloadBox {
  display: none;
}

.download {
  width: 240px;
  height: 36px;
  padding: 10px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #A69B97;
  color: #FFF;

  font-family: "Maison Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin: 0 auto;
  margin-top: 30px;
  /* position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  z-index: 99999999999; */
}