
/* ==========================================================
   HANDHELD MOBILE PHONES (< 700px) CONNECTING LINE
   ========================================================== */

@media screen and (max-width: 699px) {

  .step-how-it .step_how-it-warraper,
  .step-how-it .step__how-it-warraper {
    position: relative !important;
  }

  .step-how-it .step_how-it-warraper::before,
  .step-how-it .step__how-it-warraper::before {
   
    bottom: -48% !important;
    height: calc(100% - 22px) !important;
  }

 
}