.text-register {
  font-size: 1.2rem;
  color: #02cbdd;
}
.text-register2 {
  font-size: 1.2rem;
}

.text-upside {
  font-size: 1.2rem;
}

.text-abs {
  position: absolute;
  left: 7%;
  top: 25%;
  text-align: center;
}
.text-abs1 {
  position: absolute;
  left: 7%;
  top: 21%;
  text-align: center;
}
.img-custom {
  width: 100%;
}
.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: 2%;
  }
  .on-mobile-none {
    display: none !important;
  }
}

@media screen and (max-width: 414px) {
  .text-register {
    font-size: 1rem;
    color: #02cbdd;
  }
  .text-register2 {
    font-size: 1rem;
  }
  .text-upside {
    font-size: 1rem;
  }
  .on-mobile {
    width: 100% !important;
  }
  .on-mobile-none {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .text-upside {
    padding: 1rem;
  }
  .upside-block {
    width: 100% !important;
  }
}
