.text-linkIncome {
  font-size: 1.2rem;
  color: #02cbdd;
}
.text-linkIncome2 {
  font-size: 1.2rem;
}
.text-money {
  font-size: 1.2rem;
  color: #02cbdd;
}
.text-money2 {
  font-size: 1.2rem;
}
.text-upside {
  font-size: 1.2rem;
}

.text-abs {
  position: absolute;
  left: 4%;
  top: 20%;
  text-align: center;
}
.text-abs1 {
  position: absolute;
  left: 5%;
  top: 21%;
  text-align: center;
}
.img-custom {
  width: 70%;
}
.img-custom1 {
  width: 50%;
}
@media (max-width: 768px) {
  .img-custom,
  .img-custom1 {
    width: 100%;
  }
  .text-abs {
    left: 1%;
    top: 7%;
  }
  .text-abs1 {
    position: absolute;
    left: 3%;
    top: 20%;
  }
}

@media screen and (max-width: 414px) {
  .text-linkIncome {
    font-size: 1rem;
  }
  .text-linkIncome2 {
    font-size: 1rem;
  }
  .text-money {
    font-size: 1rem;
  }
  .text-money2 {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .text-upside {
    padding: 1em;
    font-size: 1em;
  }
}
