.tokenomics .layer1 {
  background-image: url("../images/graphbgblue.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100%;
  text-align: center;
}

.tokenomics .layer1 h1 {
  color: #2b2a28;
  opacity: 70%;
  font-size: 80px;
  padding: 3vw 20px;
  font-weight: lighter;
}

.tokenomics .layer2 {
  background-color: #bdd6e0;
  margin-top: -20px;
  padding-bottom: 30px;
}

.tokenomics .layer2 img {
  width: 100%;
  margin-top: -3vw;
}

.tokenomics .layer2 .row {
  padding: 2vw 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tokenomics .layer2 .row .col {
  -webkit-box-flex: 60%;
  -ms-flex: 60%;
  flex: 60%;
  text-align: center;
  padding: 20px;
}

.tokenomics .layer2 .row .col p {
  font-size: 30px;
  opacity: 80%;
}

.tokenomics .layer2 .row .col .img1 {
  width: 900px;
}

.tokenomics .layer2 .row .col .img2 {
  width: 500px;
  margin-top: 10px;
}

.tokenomics .layer2 .row .two {
  -webkit-box-flex: 40% !important;
  -ms-flex: 40% !important;
  flex: 40% !important;
  margin-top: -5vw;
}

.tokenomics .layer2 .vesting {
  width: 1500px;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.tokenomics .layer2 .vesting h1 {
  color: #2b2a28;
  opacity: 70%;
}

.tokenomics .layer2 .vesting img {
  margin-top: 0;
}

@media (max-width: 1300px) {
  .tokenomics .layer2 .row .col .img2 {
    width: 480px;
  }
}

@media (max-width: 1200px) {
  .tokenomics .layer2 .row {
    display: block;
  }
  .tokenomics .layer2 .row .col .img2 {
    margin-top: 0px;
  }
  .tokenomics .layer2 .row .two {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .tokenomics .layer1 h1 {
    font-size: 40px;
  }
  .tokenomics .layer2 .vesting {
    text-align: center;
  }
}
