.get-in-touch img {
  border-radius: 1.3rem;
}
.get-in-touch .lp-position {
  position: absolute;
  top: 9rem;
  right: 0;
  cursor: default;
}
@media (min-width: 1200px) {
  .get-in-touch .lp-position {
    right: -0.8rem;
  }
}