.enter-right {
  animation: enter-right 0.2s ease-out; }

.enter-left {
  animation: enter-left 0.2s ease-out; }

.leave-right {
  animation: leave-right 0.2s ease-out; }

.leave-left {
  animation: leave-left 0.2s ease-out; }

@keyframes leave-right {
  0% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(100%);
    opacity: 0; } }

@keyframes enter-right {
  0% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes leave-left {
  0% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(-100%);
    opacity: 0; } }

@keyframes enter-left {
  0% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

/*
0-600px:   Phone
600-900px:   Tablet portrait
900-1200px:    Tablet landscape
1200-1800px: is where out normal styles apply
1800 + :    Big Desktop

$breakpoint choices:
-phone
-tab-port
-tab-land
-big-desktop


order: base > typography > general layout > grid > page layout > components
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.body {
  background: #050216;
  height: 100vh;
  position: relative;
  overflow-x: hidden; }

body {
  background: #050216; }

.adjustfooter + .footer {
  position: relative; }

* {
  font-family: "Roboto", sans-serif;
  /*font-weight: 400; */
}

html {
  font-size: 62.5%; }
  @media screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media screen and (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media screen and (max-width: 37.5em) {
    html {
      font-size: 43.75%; } }
  @media screen and (min-width: 106em) {
    html {
      font-size: 75%; } }

a {
  text-decoration: none;
  color: inherit; }

.header {
  font-size: 1.6rem; }
  .header__nav-item:last-child {
    color: #6825ff; }

.footer {
  font-size: 1.3rem;
  color: #f1f1f1; }

.cta__btn-text {
  font-size: 1.6rem;
  font-weight: 200; }
  .cta__btn-text--pupple {
    font-weight: 300;
    color: #6825ff; }

.cta__btn-text ~ p {
  font-size: 3.2rem;
  font-weight: 300; }
  @media screen and (max-width: 37.5em) {
    .cta__btn-text ~ p {
      font-size: 3.6rem; } }

.cta__text {
  font-size: 4.8rem;
  font-weight: 100;
  width: 85%; }

.cta__text-bold {
  margin-left: 1.1rem;
  font-weight:300;
}

.spot-light__card {
  text-align: center; }
  .spot-light__card-text {
    font-size: 1.6rem;
    font-weight: 300;
    color: #f1f1f1;
    line-height:24px;
  }

.partners__heading {
  font-size: 4.5rem;
  font-weight: 100;
  color: #ffffff;
  padding-bottom: 50px;
}

.bank-details {
  font-size: 1.5rem; }
  .bank-details__heading {
    color: #6825ff;
    margin-bottom: 0.5rem; }
  .bank-details__text {
    color: #7e7e91; }
    .bank-details__text--big {
      font-size: 1.6rem;
      font-weight: 600;
      color: #f1f1f1; }

.btn {
  /* background-color: #2a1c4a; */
  padding: 0.6rem 1.5rem;
  border-radius: 5px;
  cursor: pointer; }
  .btn:focus {
    border: 0;
    outline: 0; }

.next-button {
  border: 0;
  font-size: 1.6rem;
  color: #f1f1f1;
  padding: 1rem 5rem;
  height: 4rem;
  margin: 0.3rem;
  cursor: pointer; }
  .next-button:focus {
    border: 0;
    outline: 0; }

.cta__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #3a3a44;
  width: 40%;
  height: 8.7rem;
  border-radius: 5px;
  cursor: pointer; }
  @media screen and (max-width: 37.5em) {
    .cta__btn {
      width: 100%; } }
  .cta__btn:first-child {
    margin-right: 10%; }
    @media screen and (max-width: 37.5em) {
      .cta__btn:first-child {
        margin-right: 0;
        margin-bottom: 4rem; } }
  .cta__btn:last-child {
    margin-left: 10%; }
    @media screen and (max-width: 37.5em) {
      .cta__btn:last-child {
        margin-left: 0; } }
  .cta__btn:focus {
    border: 0;
    outline: 0; }
  .cta__btn-text--pupple:last-child {
    margin-left: 0.7rem; }

.BackBtn {
  color: #f1f1f1;
  font-size: 1.2rem;
  font-weight: 300;
  cursor: pointer; }
  .BackBtn__icon {
    margin-right: 1rem; }

.conversion-rate {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
  margin-top: 3rem;
  height: 4.7rem; }
  @media screen and (max-width: 37.5em) {
    .conversion-rate {
      height: 13rem; } }
  .conversion-rate__list {
    list-style: none;
    color: #6825ff;
    font-size: 1.4rem;
    display: flex;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 37.5em) {
      .conversion-rate__list {
        flex-direction: column; } }
    .conversion-rate__list--white {
      color: #f1f1f1;
      font-size: 1.2rem;
      margin: 0; }
      @media screen and (max-width: 37.5em) {
        .conversion-rate__list--white {
          flex-direction: row; } }
  @media screen and (max-width: 37.5em) {
    .conversion-rate__list--white .conversion-rate__item:not(:last-child) {
      border: 0;
      margin-bottom: 0; } }
  .conversion-rate__item {
    padding: 0 4rem; }
    .conversion-rate__item:not(:last-child) {
      border-right: 1px solid #6825ff; }
      @media screen and (max-width: 37.5em) {
        .conversion-rate__item:not(:last-child) {
          border: 0;
          margin-bottom: 1rem; } }
    @media screen and (max-width: 56.25em) {
      .conversion-rate__item {
        padding: 0 2rem; } }
  .conversion-rate__list--white .conversion-rate__item {
    padding: 0 2rem; }
    .conversion-rate__list--white .conversion-rate__item:first-child {
      padding-left: 0; }
    .conversion-rate__list--white .conversion-rate__item:not(:last-child) {
      border-right: 1px solid #f1f1f1; }

.ctn__slide {
  margin-top: 4rem; }

.dropdown {
  position: relative; }
  .dropdown__label {
    font-size: 1.5rem; }
  .dropdown__select {
    width: 100%;
    height: 4.7rem;
    background-color: #2a1c4a;
    border-radius: 8px;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    padding: 0 2rem;
    position: relative; }
    @media screen and (max-width: 37.5em) {
      .dropdown__select {
        border-radius: 5px; } }
  .dropdown__icon {
    position: absolute;
    right: 24px; }
  .dropdown__option-list {
    background-color: #2a1c4a;
    position: absolute;
    width: 100%;
    max-height: 20rem;
    top: 3.5rem;
    left: 0;
    padding-top: 1rem;
    border-radius: 8px;
    z-index: 99;
    overflow-x: hidden;
    overflow-y: auto;
    transform: scale(0); }
    .dropdown__option-list::-webkit-scrollbar {
      width: 10px; }
    .dropdown__option-list::-webkit-scrollbar-track {
      box-shadow: none;
      border-radius: 10px; }
    .dropdown__option-list::-webkit-scrollbar-thumb {
      visibility: hidden;
      border-radius: 10px; }
    .dropdown__option-list:hover::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.6);
      visibility: visible; }
  .dropdown__option-item {
    font-size: 1.5rem;
    padding: 1rem 2rem;
    cursor: pointer; }
    .dropdown__option-item:hover {
      background-color: #2a1c37; }
  .dropdown:hover .dropdown__option-list {
    transform: scale(1); }

.form-hint {
  width: 40%;
  padding: 3rem;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  font-size: 1.4rem; }
  @media screen and (max-width: 37.5em) {
    .form-hint {
      width: 100%; } }
  .form-hint__text:not(:last-child) {
    margin-bottom: 2.7rem; }

.input-cta__label {
  font-size: 1.2rem;
  color: #6825ff; }

.input-cta__box {
  width: 100%;
  height: 4.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  margin-top: 1.5rem;
  border-radius: 8px;
  overflow: hidden;
  font-size: 1.6rem;
  color: #f1f1f1; }
  @media screen and (max-width: 37.5em) {
    .input-cta__box {
      border-radius: 5px; } }

.input-cta__input {
  background-color: #3a3a44;
  outline: 0;
  border: 0;
  width: 80%;
  height: 100%;
  padding: 1.5rem;
  font-size: inherit;
  color: inherit; }
  .input-cta__input::placeholder {
    color: inherit; }
  .input-cta__input:disabled {
    cursor: not-allowed; }

.input-cta__btn {
  height: 100%;
  width: 20%;
  background-color: #2a1c4a;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.input-dropdown__label {
  font-size: 1.5rem; }

.input-dropdown__icon {
  font-weight: 100;
  font-size: 2rem;
  margin-left: 0.5rem; }

.input-dropdown__box {
  width: 39rem;
  height: 4.7rem;
  display: flex;
  font-size: 2.3rem;
  font-weight: 600;
  margin-top: 1.5rem;
  border-radius: 8px;
  overflow: hidden; }
  @media screen and (max-width: 37.5em) {
    .input-dropdown__box {
      width: 100%;
      border-radius: 5px;
      margin-bottom: 3rem; } }

.input-dropdown__dropdown {
  width: 30%;
  background-color: #2a1c4a;
  padding: 1rem 2rem;
  font-weight: 600;
  cursor: pointer; }
  @media screen and (max-width: 56.25em) {
    .input-dropdown__dropdown {
      padding: 0.9rem 1rem; } }
  @media screen and (max-width: 75em) {
    .input-dropdown__dropdown {
      padding: 1.2rem 1rem; } }
  @media screen and (min-width: 106em) {
    .input-dropdown__dropdown {
      padding: 1.2rem 1rem; } }

.input-dropdown__input {
  width: 70%;
  border: 0;
  outline: 0;
  background-color: #3a3a44;
  color: #f1f1f1;
  font-size: inherit;
  font-weight: inherit;
  padding: 0.5rem 1.5rem; }

.input {
  width: 100%;
  height: 4.7rem;
  border: 0;
  outline: 0;
  border-radius: 8px;
  padding: 1.5rem;
  font-size: 1.6rem;
  background-color: #3a3a44;
  color: #f1f1f1; }
  @media screen and (max-width: 37.5em) {
    .input {
      border-radius: 5px; } }
  .input::placeholder {
    color: #f1f1f1; }

.partners__heading {
  margin-top: 8rem; }

.partners__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin-bottom: 8rem; }
  @media screen and (max-width: 37.5em) {
    .partners__list {
      justify-content: flex-start; } }

.partners__item {
  margin: 2rem; }
  @media screen and (max-width: 37.5em) {
    .partners__item {
      height: 7rem; } }
  @media screen and (max-width: 37.5em) {
    .partners__item img {
      max-height: 100%; } }

.users__item {
  float: left;
 }

 .user_comment {
   /*float: right;*/
   width: 65%;
   font-size: medium;
   color: #fff;
   text-align: center;
   font-weight: 300;
   line-height: 24px;
 }

 .team_member {
  font-size: medium;
  color: #000;
  font-weight: 400;
  padding-top:10px;
  padding-bottom:5px;
  text-align: center;
}

 .comment {
  /*font-size: medium;*/
  font-size:16px;
  color: #000;
  font-weight: 300;
  line-height: 25px;
}

 .user_pic {
  float: left;
 }

 .how {
   margin-top: 40px;
   margin-bottom: 40px;
   margin:auto;
   text-align: center;
   color: #ffffff;
   padding-top:40px;
   padding-bottom: 40px;
 }

 .how ul {
   list-style-type: none;
   margin:none;
   padding:none;
   font-weight: 300 !important;
   font-size: 20px;
 }

.how ul li {
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left:0;
    margin-right:0;
    padding:0;
}

#step-1 {
    list-style-image: url('/assets/img/amount-icon-blue.png');
}

#step-2 {
    list-style-image: url('/assets/img/wallet-icon-blue.png');
}

#step-3 {
    list-style-image: url('/assets/img/exchange-icon-blue.png');
}

#step-4 {
    list-style-image: url('/assets/img/bank-icon-blue.png');
}

 .how p {
   margin-top: 15px;
   margin-bottom: 15px;
 }

.slide-nav {
  width: 60%;
  /*height: 9.6rem;*/
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 6rem;
  color: #f1f1f1; }
  @media screen and (max-width: 37.5em) {
    .slide-nav {
      width: 100%; } }
  .slide-nav__icon-box {
    width: 33.333%;
    text-align: center; }
    .slide-nav__icon-box--active {
      border-bottom: 4px solid #6825ff;
      color: #6825ff; }
  .slide-nav__icon {
    height: 3rem;
    margin-top: 1rem; }
  .slide-nav__icon-text {
    margin: 1rem 0;
    font-size: 1.6rem; }

.slide {
  margin-top: 4rem;
  color: #f1f1f1; }
  .slide .row.row {
    margin-bottom: 2rem; }
  .slide > .row.row:nth-child(1) {
    border-bottom: 1px solid #7e7e91; }
  .slide__form-group {
    width: 60%;
    margin-right: 3rem; }
    @media screen and (max-width: 37.5em) {
      .slide__form-group {
        width: 100%;
        margin-right: 0; } }
    .slide__form-group--1 {
      display: flex;
      align-items: flex-end; }
      @media screen and (max-width: 37.5em) {
        .slide__form-group--1 .input-dropdown {
          width: 100%; } }
      .slide__form-group--1 .input-dropdown::nth-child(2) {
        margin-right: 0; }
      @media screen and (max-width: 37.5em) {
        .slide__form-group--1 {
          flex-wrap: wrap;
          margin-right: 0; } }
  .slide__text {
    font-size: 1.9rem;
    margin-top: 1rem; }

.spot-light__card {
  display: inline-block;
  padding: 4.4rem; }

.spot-light__card-img {
  display: inherit;
  margin-bottom: 7rem; }

.col-1-of-3:first-child .spot-light__card {
  padding-right: 0; }
  @media screen and (max-width: 37.5em) {
    .col-1-of-3:first-child .spot-light__card {
      padding-right: 4.4rem; } }

.col-1-of-3:last-child .spot-light__card {
  padding-left: 0; }
  @media screen and (max-width: 37.5em) {
    .col-1-of-3:last-child .spot-light__card {
      padding-left: 4.4rem; } }

.col-1-of-3:nth-child(2) .spot-light__card {
  padding: 2.2rem; }
  @media screen and (max-width: 37.5em) {
    .col-1-of-3:nth-child(2) .spot-light__card {
      padding: 4.4rem; } }

.trans-details__text {
  font-size: 1.2rem;
  color: #6825ff;
  width: 14rem; }
  .trans-details__text--big {
    font-size: 1.8rem;
    font-weight: 600;
    color: #f1f1f1;
    margin-top: -0.4rem; }
    @media screen and (max-width: 37.5em) {
      .trans-details__text--big {
        margin-top: 1rem;
        font-size: 1.6rem; } }

.footer {
  width: 100%;
}
  .footer__box {
    width: 100%;
    height: 9.2rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center; }
    @media screen and (max-width: 37.5em) {
      .footer__box {
        flex-direction: column;
        justify-content: space-evenly; } }
  .footer__text {
    align-self: center;
    justify-self: flex-start; }
  .footer__list {
    justify-self: flex-end;
    align-self: center;
    display: flex;
    list-style: none; }
  .footer__item:not(:last-child) {
    margin-right: 2.7rem; }

.row {
  max-width: 105.4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /*border:1px dashed red;*/
  align-items: center;
}

  @media screen and (max-width: 37.5em) {
    .row {
      margin-right: 2.5rem;
      margin-left: 2.5rem; } }
  .row:not(:last-child) {
    margin-bottom: 6rem; }
  .tokenize .row [class^="col-"]:not(:last-child) {
    /*margin-right: 6rem;*/
    /*width: calc((100% - 6rem) / 2);*/
    width:60%

  }
  .row .col-1-of-2 {
  /*width: calc((100% - 6rem) / 2);*/ }
  .row .col-1-of-3 {
    width: calc((100% - (2 * 6rem)) / 3);
  }







  .rowx {
    max-width: 105.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /*border:1px dashed red;*/
    align-items: center;
  }
    @media screen and (max-width: 37.5em) {
      .rowx {
        margin-right: 2.5rem;
        margin-left: 2.5rem;}}



    .rowx:not(:last-child) {
      margin-bottom: 6rem;
    }
    .rowx [class^="col-"]:not(:last-child) {
      /*margin-right: 6rem;*/
      /*width: calc((100% - 6rem) / 2);*/
      /*width:60%*/
    }

    .rowx .col-1-of-2 {
    /*width: calc((100% - 6rem) / 2);*/ }
    .rowx .col-1-of-3 {
      width: calc((100% - (2 * 6rem)) / 3);
    }















  .testimonials{
    padding-top:7em;
    background-color:#040215;
  }
  section.aboutus{
    background-color: #e4e4e4;
    padding-top: 30px;
    padding-bottom: 80px;
  }

.tokenize{
  background-color: #e4e4e4;
  padding-top:7em;
  padding-bottom:7em;
}
.tokenize .tokenhead{
  font-size:25px;
  margin-bottom:10px;;
}
.tokenize .tokendesc{
  font-size:20px;
  font-weight: 300;
  padding-bottom:25px;
  line-height: 30px;
}

  .row2 {
    max-width: 105.4rem;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

.row2 .col-1-of-33 img{
  padding-bottom:30px;
}

.row2 .col-1-of-33 {
  width: calc((100% - (2 * 6rem)) / 3);
  display:flex;
  flex-direction: column;
  align-items: center;
}

.row2 .col-1-of-33 img{
padding-bottom:30px;
}

.row2{
  margin-bottom: 6rem; }

  .row .col-1-of-4 {
    width: calc((100% - (3 * 6rem)) / 4); }
    .row .col-1-of-5 {
      width: calc((100% - (3 * 6rem)) / 5); }
  .row .col-2-of-3 {
    width: calc( 2 * ((100% - (2 * 6rem)) / 3) + 6rem); }
  .row .col-2-of-4 {
    width: calc( 2 * ((100% - (3 * 6rem)) / 4) + 6rem); }
  .row .col-3-of-4 {
    width: calc( 3 * ((100% - (3 * 6rem)) / 4) + 2 * 6rem); }

    .row3 {
      max-width: 105.4rem;
      margin: 0 auto;
      display: flex;
      align-items: center;
      border-top:1px solid #b4b4b4;
      padding-top:60px;

    }

.header {
  background-color: #000000;
  width: 100%;
  height: 9.6rem;
  border-bottom: 1px solid #7e7e91;
  padding-top: 1.9rem; }
  @media screen and (max-width: 37.5em) {
    .header {
      height: 14rem; } }
  @media screen and (max-width: 37.5em) {
    .header .row {
      position: relative; } }
  @media screen and (max-width: 37.5em) {
    .header .col-2-of-3 {
      position: absolute;
      top: 6.8rem;
      right: 0; } }
  .header__logo {
    height: 100%; }
    .header__logo-box {
      height: 5.6rem;
      width: 34.8rem; }
  .header__nav-list {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    align-items: center; }
  .header__nav-item {
    color: #ffffff; }
    .header__nav-item:not(:last-child) {
      margin-right: 5.4rem; }
      @media screen and (max-width: 56.25em) {
        .header__nav-item:not(:last-child) {
          margin-right: 3.4rem; } }
    .header__nav-item:last-child {
      position: relative;
      cursor: pointer; }
      .header__nav-item:last-child::before {
        content: "";
        width: 0.1rem;
        height: 3rem;
        position: absolute;
        top: 0;
        left: -2.8rem;
        background: #ffffff; }
        @media screen and (max-width: 56.25em) {
          .header__nav-item:last-child::before {
            height: 2rem;
            top: 0.6rem;
            left: -1.8rem; } }

.slide .row {
  align-items: flex-start; }
  @media screen and (max-width: 37.5em) {
    .slide .row {
      flex-wrap: wrap; } }

.slide--2 .form-hint {
  margin-top: 1rem; }

.slide--3 .form-hint {
  margin-top: 4rem; }

.slide__form-group--1 .input-dropdown:first-child {
  margin-right: 7rem; }
  @media screen and (max-width: 37.5em) {
    .slide__form-group--1 .input-dropdown:first-child {
      margin-right: 0; } }

.slide__form-group--1 .input-dropdown:nth-child(2) {
  margin-right: 3.5rem; }
  @media screen and (max-width: 37.5em) {
    .slide__form-group--1 .input-dropdown:nth-child(2) {
      margin-right: 0; } }

.slide__form-group--2 .input {
  margin-bottom: 1.5rem; }

.slide__form-group--2, .slide__form-group--3 {
  margin-top: 1rem; }

.section-cta {
  padding-top: 6rem;
  color: #f1f1f1; }
  @media screen and (max-width: 37.5em) {
    .section-cta .row {
      flex-wrap: wrap; } }

.section-spot-light {
  height: 35.6rem;
  margin-top: 6rem; }
  @media screen and (max-width: 37.5em) {
    .section-spot-light {
      height: auto; } }
  .section-spot-light .row {
    background-color: #6825ff; }
    .section-spot-light .rowx {
      background-color: #6825ff; }
    @media screen and (max-width: 37.5em) {
      .section-spot-light .row [class^="col-"]:not(:last-child) {
        margin-right: 0; } }
        .section-spot-light .rowx [class^="col-"]:not(:last-child) {
          margin-right: 0; } }
    @media screen and (max-width: 37.5em) {
      .section-spot-light .row {
        flex-direction: column; } }
        @media screen and (max-width: 37.5em) {
          .section-spot-light .rowx {
            flex-direction: column; } }
    @media screen and (max-width: 37.5em) {
      .section-spot-light .row .col-1-of-3 {
        width: auto; } }
        @media screen and (max-width: 37.5em) {
          .section-spot-light .rowx .col-1-of-3 {
            width: auto; } }

.section-partners {
  width: 100%;
  background-color: #e4e4e4;
  text-align: center; }
  .section-partners .row {
    flex-direction: column; }

    .section-howworks {
      width: 100%;
      background-color: #040215;
      text-align: center;
    }
      .section-howworks .row {
        flex-direction: column;
      }

    .fa {
      padding: 20px;
      font-size:20px;
      width: 20px;
      text-align: center;
      text-decoration: none;
      border-radius: 50%;
      color: #6825ff;
  }

  .fa:hover {
      opacity: 0.7;
  }

.aboutus h2{
   margin-top: 1em;
   margin-bottom: 1em;
   text-align: center;
   font-size: 45px;
   font-weight: 100;
   color: #000;
}

.aboutus img.profilepic{
   border-radius: 50%;
}
.col-1-of-5{
  display: flex;
  flex-direction: column;
  align-items: center;
}





@media screen and (max-width: 37.5em) {
.spot-light__card-text{
  font-size:16px;
}
.spot-light__card-img {
  margin-bottom:15px;
}
.cta__text{
  text-align: center;
}

.row2 {
  flex-direction: column;
  width:100%;
}
.row2 .col-1-of-33 {
  width:100%
}
.row2 .col-1-of-33 img {
  padding-bottom:15px;
}
.user_comment{
  padding-bottom:40px;
}
.tokenize .row{
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tokenize .row .col-1-of-2{
  text-align: center;
}
.tokenize .tokendesc{
  padding-bottom: 80px;
}
.stellarp{
  margin-top:-40px;
}
.stellari{
  padding-bottom: 80px;
}
.col-1-of-1 img{
  display: none;
}
.how{
  padding-left:20px;
  padding-right:20px;
  margin-top:-80px;
}
.aboutus .row{
  flex-wrap: wrap;
  justify-content:space-around;
}
.aboutus .col-1-of-5{
  width:40%;
  padding-bottom: 30px;
}
.row3{
  flex-direction: column;
}
.comment{
  text-align: center;
  width:70%;
  padding-bottom: 15px;
}
.footer{
  font-size:14px;
  text-align: center;
  padding-top:30px;
  padding-bottom: 30px;
}
.footer__box{
  width: 70%;
  margin: auto;
  height: auto;
}
.footer__list{
  width:60%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.header .row{
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header .col-1-of-3{
  width:70%;
}
.header__nav-list{
  justify-content: center;
  align-items: center;
}
.header .row .col-2-of-3{
  width:100%;
  padding-top:5px;
}

















}
