@media(max-width:800px){.elementor .e-29c4a03-97d091c{flex-direction:column;gap: 30px;

  & > * {
      width: 100%;
  margin-left: 20px;                padding-left: 30px;

      @media(min-width:380px) {
        margin-left: 12vw;
          padding-left: 40px;
      }
      
      
      &:after {
          content: '';
          width: 3px;
          height: calc(100% + 20px);
          background-color: var(--light-blue);
          position: absolute;
          top: unset;
          left: 0;
          bottom: 0;
          display: block !important;
          transform: unset !important;
      }
  }

  & > :nth-child(3) {
      order: -1;
  }

  & > :last-child {
      align-items: start;
  }

  & > :first-child {
      margin: 0;
      padding: 0;

      &:after {
          display: none !important;
      }
  }

  & > :nth-child(2) {
      &:after {
           height: calc(100% + 40px);
      }
  }\n}}@media(max-width:800px){.elementor .e-4a32390-114e8f5{display:none;}}