.text-download {
  font-size: 1.2rem;
  color: turquoise;
}
.text-download-2 {
  font-size: 1.2rem;
}
.text-desc {
  padding-left: 2rem;
  padding-right: 2rem;
}
.on_mobile {
  display: flex;
}
.text-abs {
  position: absolute;
  left: 6%;
  top: 15%;
}
.text-abs1 {
  position: absolute;
  left: 29%;
  top: 21%;
}
.img-custom {
  width: 50%;
}
@media (max-width: 768px) {
  .img-custom {
    width: 100%;
  }
  .text-abs {
    left: 15%;
    top: 20%;
  }
  .text-abs1 {
    position: absolute;
    left: 4%;
    top: 15%;
  }
}
@media screen and (max-width: 414px) {
  .text-download {
    font-size: 1rem;
    color: turquoise;
  }
  .text-download-2 {
    font-size: 1rem;
  }
  .text-desc {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .on-mobile-img {
    display: flex;
    align-items: center;
  }
  .on-mobile-text {
    width: 68.666667% !important;
  }
}
@media screen and (max-width: 500px) {
  .on_mobile {
    display: block !important;
  }
  .on_mobile2 {
    width: 100% !important;
  }
}
