.timeline-wrap {
  padding: 80px 0;
  font-family: "Inter", sans-serif;
}
.timeline {
    color: #911116;
    font-size: 20px;
    font-style: normal
    font-weight: 600;
    line-height: 25px;
}
.timeline-content img {
    width: 750px;
border-radius: 10px;
}
.timeline-container {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

/* LEFT STATIC PANEL */
.timeline-left {
  width: 40%;
  position: sticky;
  top: 120px; /* adjust depending on header height */
  align-self: flex-start;
}

.timeline-tag {
  display: inline-block;
  border: 2px solid #961116;
  color: #961116;
  padding: 25px 18px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

.timeline-left h2 {
  font-size: 36px !important;
    line-height: 40px !important;
    font-weight: 600 !important;
    color: #010101 !important;
  margin: 15px 0px 10px !important;
}

.timeline-left p {
  color: #6d6e71 !important;
    font-size: 16px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
}

/* RIGHT SCROLLABLE SECTION */
.timeline-right {
  width: 60%;
/*  max-height: 650px; 
  overflow-y: auto;
  overflow-x:hidden; */
  padding-right: 15px;
  position: relative;
}

/* VERTICAL LINE */
.timeline-line {
  position: absolute;
  left: 10px;
  top: 5px;
  width: 1px;
  height: 1073%;
  background: #961116;
}

/* TIMELINE ITEM */
.timeline-item {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}

/* DOT */
.timeline-dot {
  width: 14px;
  height: 14px;
  background:#961116;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 5px;
}

/* CONTENT */
.timeline-content p {
  margin-bottom: 25px !important;
    color: #6D6E71!important;
    line-height: 26px!important;
    font-size: 16px!important;
    font-weight: 400!important;
    padding: 10px 0px;
}

.timeline-year {
  display: inline-block;
  background: #F2F2F2;
  color: #961116;
  padding:18px 25px;
  border-radius: 30px;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 15px;
}

/* Images inside timeline */
.timeline-img {
  width: 90%;
  border-radius: 10px;
  margin-top: 10px;
}

/* Mobile */
@media(max-width: 768px) {
  .timeline-container {
    flex-direction: column;
  }

  .timeline-left, 
  .timeline-right {
    width: 100%;
    position: relative;
  }

  .timeline-right {
    max-height: unset;
    overflow: visible;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
.timeline-line {
    height:1000%;
}
}
@media (min-width: 900px) and (max-width:1001px){
  .timeline-line {
    height:1000%;
}
}
@media (min-width: 1201px) and (max-width:1401px){
  .timeline-line{
    height: 1015%;
  }
.atlas-hero h1{
  font-size:40px!important;
}
.timeline-content img {
    border-radius: 10px;
    width: -webkit-fill-available;
}
}

@media (max-width: 1920px){
  .timeline-line{
     max-height:100%!important;
  }
}
  @media(max-width:900px){
.timeline-container{
  gap: 140px;
    margin-top: -90px;
    padding: 0px 20px;
  }
  .timeline-line {
    max-height:100%!important;
  }
 .timeline-wrap {
   padding: 40px 0;
  }
}

@media(max-width:484px){
  .timeline-line {
        height: 99.5%;
    }
      .timeline-wrap {
        padding: 0px;
  }
}