.braink-tokenomics {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 320px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.braink-tokenomics {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0) 18%), linear-gradient(to top, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0) 20%), radial-gradient(circle at 18% 14%, rgba(255, 36, 182, 0.2) 0%, rgba(255, 36, 182, 0) 32%), radial-gradient(circle at 82% 86%, rgba(27, 233, 255, 0.24) 0%, rgba(27, 233, 255, 0) 38%), linear-gradient(180deg, rgba(112, 20, 255, 0.12) 0%, rgba(112, 20, 255, 0) 28%), repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.028) 0, rgba(255, 255, 255, 0.028) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 12px), linear-gradient(140deg, #04040a 0%, #02030b 36%, #090118 100%);
  background-blend-mode: normal, normal, screen, screen, normal, normal, normal;
}
.braink-tokenomics .content {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.braink-tokenomics .content__title {
  font-family: "Space Mono", monospace;
  font-size: 45px;
  line-height: 45px;
  color: #FFFFFF;
  font-weight: 600;
}
@media (min-width: 768px) {
  .braink-tokenomics .content__title {
    font-size: 50.4px;
    line-height: 50.4px;
  }
}
@media (min-width: 1024px) {
  .braink-tokenomics .content__title {
    font-size: 5vw;
    line-height: 5vw;
  }
}
@media (min-width: 1440px) {
  .braink-tokenomics .content__title {
    font-size: 5vw;
    line-height: 5vw;
  }
}
.braink-tokenomics .content__title {
  font-family: "Space Grotesk", sans-serif;
  text-wrap: balance;
}
.braink-tokenomics .content__buttons {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.braink-tokenomics .graphic {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.braink-tokenomics .graphic img {
  width: 100%;
  max-width: 300px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1200px) {
  .braink-tokenomics {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5fr 7fr;
    grid-template-columns: 5fr 7fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    min-height: 100vh;
  }
  .braink-tokenomics .content {
    width: 100%;
    padding: 2vw;
    padding-left: 5.5vw;
  }
  .braink-tokenomics .content__buttons {
    gap: 1vw;
  }
  .braink-tokenomics .graphic {
    width: 100%;
    padding: 4vw;
  }
  .braink-tokenomics .graphic img {
    max-width: 40vw;
  }
}