@media screen and (min-width: 768px) {
  .howTo_steps .howTo_step:nth-child(2) div {
    position: absolute;
    top: 12% !important;
    right: -11%;
    width: 39%;
  }
  .howTo_step .STEP3FingerClick_icon {
    top: 61% !important;
  }
}
@media screen and (max-width: 767px) {
  .howTo_steps .howTo_step:nth-child(2) div {
    position: absolute;
    top: 6% !important;
    right: -11%;
    width: 39%;
  }
  .howTo_step .STEP3FingerClick_icon {
    top: 76% !important;
  }
}
