.elementor-2412 .elementor-element.elementor-element-3d1f178{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-62fa77c */.timeline {
    position: relative;
    margin: 0 auto;
    width: 80%;
    height: 100%;
    border-left: 2px solid #333;
    padding-left: 20px;
  }

  .event {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .event:before {
    content: '';
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333;
  }

  .event:last-child {
    margin-bottom: 0;
  }

  .event .info {
    margin-left: 20px;
  }/* End custom CSS */