.text-contact {
  font-size: 1.2rem;
  color: #02cbdd;
}
.text-contact2 {
  font-size: 1.2rem;
}
.text-line {
  font-size: 1.2rem;
}
.text-line2 {
  font-size: 1.2rem;
  color: #02cbdd;
}
.text-upside {
  font-size: 1.3rem;
}

.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: 4%;
    top: 20%;
  }
  .text-abs1 {
    position: absolute;
    left: 10%;
    top: 15%;
  }
}

@media screen and (max-width: 414px) {
  .text-contact {
    font-size: 1rem;
  }
  .text-contact2 {
    font-size: 1rem;
  }
  .text-line {
    font-size: 1rem;
  }
  .text-line2 {
    font-size: 1rem;
  }
  .text-upside {
    font-size: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .text-upside {
    padding: 2rem;
  }
}
