@media(max-width:767px){.elementor .custom-timeline{justify-content:center;&.custom-timeline>.e-con:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 50px;
  right: 65px;
  /* left: -50%; */
  height: 100%;
  width: 2px;
  background-color: #fe05052b;
  z-index: 1;
}

&.custom-timeline>.e-con:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 90px;
  right: 62px;
  width: 8px;
  height: 8px;
  background-color: #E53935;
  border-radius: 50%;
  z-index: 2;
}

&.custom-timeline>.e-con {
  position: relative;
}\n}}