/* font color */
/* family */
.minting .inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 220px 20px 114px;
}
.minting h2 {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  font-family: "noto_regular";
  margin-bottom: 50px;
}
.minting .coin_list {
  margin-bottom: 50px;
}
.minting .coin_list ul {
  display: flex;
  gap: 25px;
}
.minting .coin_list li {
  width: 50%;
}
.minting .text {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  font-family: "noto_regular";
  margin-bottom: 50px;
}
.minting .button_wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.minting .button_wrap a {
  width: 150px;
  border-radius: 50px;
  padding: 10px;
  line-height: 1.5;
  font-family: "noto_medium";
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.minting .button_wrap a:nth-child(1) {
  background-image: linear-gradient(to right, #f761ff, #5f59fb);
}
.minting .button_wrap a:nth-child(2) {
  background: #000;
}

@media screen and (max-width: 1024px) {
  .minting .inner {
    padding: 140px 20px;
  }
}
@media screen and (max-width: 640px) {
  .minting h2 {
    font-size: 16px;
    word-break: keep-all;
  }
  .minting .coin_list ul {
    flex-direction: column;
    align-items: center;
  }
  .minting .coin_list li {
    width: 80%;
  }
  .minting .text {
    font-size: 16px;
    word-break: keep-all;
  }
}

/*# sourceMappingURL=Minting.css.map */
