.text-entrance {
  font-size: 1.2rem;
  color: #02cbdd;
}
.text-entrance2 {
  font-size: 1.2rem;
}
.text-abs {
  position: absolute;
  left: 4%;
  top: 15%;
}
.text-abs1 {
  position: absolute;
  left: 10%;
  top: 21%;
}
.img-custom {
  width: 50%;
}
@media (max-width: 768px) {
  .img-custom {
    width: 100%;
  }
  .text-abs {
    left: 1%;
    top: 20%;
  }
  .text-abs1 {
    position: absolute;
    left: 10%;
    top: 15%;
  }
}
@media (max-width: 992px) {
  .img-custom {
    width: 100%;
  }
  .text-abs {
    left: 1%;
    top: 20%;
  }
  .text-abs1 {
    position: absolute;
    left: 10%;
    top: 15%;
  }
}
@media screen and (max-width: 414px) {
  .text-entrance {
    font-size: 1rem;
  }
  .text-entrance2 {
    font-size: 1rem;
  }
  .on-mobile-img {
    width: 33.33333333% !important;
    display: flex;
    align-items: center;
  }
  .on-mobile-text {
    width: 66.66666667% !important;
  }
}
