.history-timeline__wrapper {
  position: relative
}
.history-timeline__wrapper::before {
  content: "";
  position: absolute;
  width: .2rem;
  background: var(--primary-2);
  top: 0; 
  bottom: 0;
  left: 0; 
  margin-left: -.1rem;
  height: 100%
}
.history-timeline__wrapper::after {
  content: "\e918";
  position: absolute;
  font-size: 2.1rem;
  font-family: icomoon;
  bottom: -.8rem;
  left: 0; 
  margin-left: -1.05rem;
  color: var(--primary-2);
}
.history-timeline__row-full::before { 
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  /*   top: .6rem; */
  background: var(--base-1);
  border-radius: 1.6rem;
  z-index: 1;
  left: 0
}
.history-timeline .timeline-card {
  padding-left: var(--md-1);
  margin-bottom: var(--md-3)
}
@media (min-width:768px) {
  .history-timeline__wrapper {
    position: relative
  }
  .history-timeline__wrapper::before {
    top: 0%;
    left: 50%;
    height: 100%
  }
  .history-timeline__wrapper::after {
    left: 50%
  }
  .history-timeline__row-full::before {
    width: 2.4rem;
    height: 2.4rem;
    /*     top: 1.6rem; */ 
    left: calc(50% - 1.2rem)
  }
  .history-timeline .timeline-card {
    padding-left: 0;
    margin-bottom: 0
  }
}
@media (min-width:992px) {
  .history-timeline__row-full::before {
    width: 3.2rem;
    height: 3.2rem;
    /*     top: 2.5rem; */
    left: calc(50% - 1.6rem)
  }
}
.section-dark .history-timeline__wrapper::before {
  background: var(--base-5)
}
.section-dark .history-timeline__wrapper::after {
  color: var(--base-5)
}
.section-dark .history-timeline__row-full::before {
  background: var(--base-5)
}
body.ip3-edit .component-wrapper .component-content .component-wrapper.Item-Timeline,
body.ip3-edit .component-wrapper.Item-Timeline {
  position: unset
}


.history-timeline .timeline-card{
  background : var(--base-5);
  padding: var(--sm-2);
}

@media (min-width:992px) {
/*   #explore-our-history .bg-secondary-5{
    position:relative;
  }
  #explore-our-history .bg-secondary-5::before {
    content: url('~/media/Images/I/inchcape/Corp/body-content/standard-text/explore-our-history');
    position: absolute;
    left: 43.9%;
   
  } */
}
@media (max-width:767px) {
  .history-timeline .timeline-card{
    margin-left:var(--md-1);
  }
}



@media (min-width: 992px) {
  .intro-text__pattern::before   {
    content: unset;
    position: absolute;
    left: 45.4%;
    top: 16%;
    height: 15.8rem;
  }
  .intro-text__pattern--left::before{
   left: 20.7%;
  }
  
}
@media (min-width:992px) {
  .intro-text{
    position:relative;
  }