.walletboost-10 a,
a:hover,
a:focus,
a:active {
  outline: 0 !important;
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  cursor: pointer !important;
  color: #fff;
}
.walletboost-10 button {
  cursor: pointer !important;
}
.walletboost-10 .no-padding {
  padding: 0;
}
.walletboost-10 .margin-top-20 {
  margin-top: 20px;
  display: inline-block;
}
.walletboost-10 .margin-top-30 {
  margin-top: 30px;
  display: inline-block;
}
.walletboost-10 .margin-top-40 {
  margin-top: 40px;
  display: inline-block;
}
.walletboost-10 .margin-top-50 {
  margin-top: 50px;
  display: inline-block;
}
.walletboost-10 .btn-default {
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 35px;
  text-transform: uppercase;
  display: inline-block;
  background: linear-gradient(90deg, #19b5c1, #28c88c);
}
.walletboost-10 .btn-default:hover {
  border: 1px solid #fff;
  color: #fff;
}

/*==================== start css ======================*/
.walletboost-10 {
  width: 100%;
  display: inline-block;
  padding: 70px 0;
  position: relative;
}
.walletboost-10 .text-community h1 {
  color: #333333;
  font-size: 50px;
  margin: 20px 0 30px;
}
.walletboost-10 .text-community p {
  color: #333333;
  font-size: 20px;
  margin: 0 0 30px 0;
  line-height: 28px;
}
.walletboost-10 .text-community img {
  max-width: 300px;
  width: auto;
  float: left;
  margin: 50px 0 0 0;
}
.walletboost-10 .community-img img {
  max-width: 100%;
  width: auto;
}
.walletboost-10 .community-img img:nth-child(2) {
  float: left;
  margin: 50px 0px 0 -80px;
  max-width: 400px;
}
.walletboost-10 .btn-default {
  float: left;
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .walletboost-10 .text-community h1 {
    font-size: 40px;
  }

  .walletboost-10 .text-community img {
    max-width: 80%;
  }
  .walletboost-10 .community-img img:nth-child(2) {
    margin-right: 0;
    max-width: 70%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .walletboost-10 .text-community h1 {
    font-size: 40px;
    margin: 20px 0;
  }
  .walletboost-10 .text-community p {
    font-size: 20px;
    line-height: 28px;
  }

  .walletboost-10 .text-community img {
    max-width: 100%;
  }
  .walletboost-10 .community-img img:nth-child(2) {
    max-width: 100%;
    margin: 35px 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .walletboost-10 .text-community h1 {
    font-size: 28px;
    margin: 20px 0;
  }
  .walletboost-10 .text-community p {
    font-size: 18px;
    line-height: 24px;
  }
  .walletboost-10 .btn-default {
    padding: 10px 25px;
  }

  .walletboost-10 .community-img img:nth-child(2) {
    margin: 40px 0;
    max-width: 100%;
  }
  .walletboost-10 .text-community img {
    max-width: 100%;
  }
  .walletboost-10 .community-img img:nth-child(2) {
    max-width: 100%;
    margin: 35px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .walletboost-10 .text-community h1 {
    font-size: 33px;
    margin: 20px 0;
  }
  .walletboost-10 .text-community p {
    font-size: 20px;
    line-height: 24px;
  }
  .walletboost-10 .btn-default {
    font-size: 13px;
    padding: 10px 25px;
  }

  .walletboost-10 .community-img img:nth-child(2) {
    margin: 20px 0;
    max-width: 100%;
  }
  .walletboost-10 .text-community img {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 544px) {
  .walletboost-10 .text-community h1 {
    font-size: 28px;
    margin: 20px 0;
  }
  .walletboost-10 .text-community p {
    font-size: 18px;
    line-height: 24px;
  }
  .walletboost-10 .btn-default {
    font-size: 13px;
    padding: 10px 25px;
  }

  .walletboost-10 .community-img img:nth-child(2) {
    margin: 20px 0;
    max-width: 100%;
  }
  .walletboost-10 .text-community img {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
