:root{
  --timeline-start-gap: 75px;
  --circle-size: 40px;
  --circle-size-3: 70px;
}
.h3mobile{
	display: none;
}
.timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0 60px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: var(--timeline-start-gap);
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  background: #000;
  z-index: 0;
}

.timeline-start { text-align: center; margin-bottom: 20px; line-height: 0; }
.timeline-start img { width: 50px; height: 50px; display: inline-block; }

.timeline-item {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  align-items: center;
  margin: 120px 0;
  position: relative;
  z-index: 1;
}
.timeline-item .content { padding: 10px 12px; }
.timeline-item .circle {
  width: var(--circle-size);
  height: var(--circle-size);
  margin: 0 auto;
  border-radius: 50%;
  background: #5a4d27;
  position: relative;
}
.timeline-item.point-3 .circle {
  background:
    url("http://amberaxis.lt/wp-content/uploads/2025/08/9.svg") center/60% no-repeat,
    #5a4d27;
}
.timeline-item h3 { margin: 0; font-size: 16px; font-weight: 700; color: #111; }
.timeline-item p { margin: 6px 0 0; font-size: 14px; color: #333; }

.left-only { text-align: right; }
.right-only { text-align: left; }
.content.left { text-align: right; }

.timeline-end { text-align: center; font-weight: 700; font-size: 18px; position: relative; top: -10px; }

@media (max-width: 768px) {
  .timeline::before { left: 20px; transform: none; }
  .timeline-item { grid-template-columns: 50px 1fr; grid-column-gap: 15px; margin: 60px 0; }
  .timeline-item .circle { grid-column: 1 / 2; margin: 0; justify-self: center; }
  .timeline-item .content { grid-column: 2 / 3; text-align: left !important; }
  .timeline-start { text-align: left; margin-bottom: 20px; line-height: 0; }
  .timelinebf { width: 200px !important;top: -75px !important;}
   .timelineaf {left: -80px !important;right: 0px !important;bottom: -175px !important;width: 250px !important;}
	.h3mobile{
		display: unset !important;
	}
	.h3desktop{
		display: none !important;
	}
	.h3mobile .font_t1{
		padding-bottom: 20px;
	}
}

.timeline-item.point-1{ margin: -10px 0; }
.timeline-item.point-5{ margin: 20px 0; }

.timelineimg { position: absolute; height: 250px !important; left: 325px; top: 425px; }

.font_t1{ font-size: 18px !important; font-weight: normal !important; font-family: 'Poppins',sans-serif; color: #fff !important;}
.font_t2{ font-size: 16px !important; font-weight: normal !important; font-style: italic; font-family: 'Poppins',sans-serif; color: #fff !important;}
.font_p { font-size: 12px !important; font-family: 'Poppins',sans-serif; color: #fff !important;line-height: 1.4;}
.timelinebf{
	position: absolute;
  width: 450px;
  left: auto;
  right: 0px;
  top: -148px;
}
.timelineaf{
  position: absolute;
  width: 450px;
  left: -155px;
  right: 0px;
  bottom: -462px;
  border: 0;
  z-index: 999;
}