.Home_container__d256j {
  margin-top: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  padding: 0 24px;

  /*background: linear-gradient(180deg, #000435 0%, #13195E 100%) !important;*/
}

.Home_thirdcontainer__2WvlK {
  margin-top: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  padding: 0 24px;
}

.Home_heading__f_gSb {
  font-weight: 700;
  font-size: 1rem;
  color: transparent;
  background: linear-gradient(90.35deg, #ba94d8 3.41%, #d62bbf 90.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}

.Home_h1__Og92_ {
  margin: 0px;
  font-size: 4rem;
  line-height: 4rem;
  text-transform: none !important;
  color: #ff9800;
}

.Home_explain__39qNx {
  font-size: 1rem;
  color: #bbbbbc;
  margin-top: 1rem;
  text-align: center;
}

.Home_card__E5spL {
  /*border: 1px #323232 solid;*/
  /*border-radius: 12px;*/
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0.5rem;
}

.Home_card__E5spL h3 {
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
}

.Home_card__E5spL p {
  margin: 0px;
  font-size: 14px;
  opacity: 70%;
  text-align: start;
}

.Home_card__E5spL > button {
  margin-top: 20px !important;
  width: 400px !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.Home_link__Ytel_ {
  color: #3385ff;
}

.Home_nft__Kfj9F {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.Home_nftDetails__8xbuT {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  align-items: flex-start;
}

@media screen and (max-width: 700px) {
  .Home_connect__QzPFq,
  .Home_card__E5spL > button {
    width: 100% !important;
  }
}

