.our-roots {
  padding: 6.4rem 0;
}
@media only screen and (min-width: 992px) {
  .our-roots {
    padding: 10rem 0;
  }
}
.our-roots .title {
  margin-bottom: 4.8rem;
}
@media only screen and (min-width: 992px) {
  .our-roots .title {
    margin-bottom: 2.4rem;
  }
}
.our-roots .title h2 {
  color: white;
  margin: 0;
  font-family: var(--font-family-supreme);
  font-size: var(--heading-h1);
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -2.8px;
  text-transform: uppercase;
}
.our-roots .content p {
  color: white;
  margin-bottom: 1.6rem;
}
.our-roots .content .btn {
  margin-top: 4.5rem;
}

.roots-wrapper.fixed-height {
  height: 100vh !important;
}

.timeline-wrapper {
  margin: 5rem 0;
  padding: 5rem 0;
}
@media only screen and (max-width: 1170px) {
  .timeline-wrapper {
    overflow: hidden;
    padding-left: 0.6rem;
  }
}
.timeline-wrapper .timeline-scroll .timeline {
  border-top: 2px solid #5c5c5c;
  justify-content: space-between;
}
.timeline-wrapper .timeline-scroll .timeline .timeline-item {
  flex: 0 0 20.4rem;
  position: relative;
  white-space: wrap;
}
@media only screen and (max-width: 1170px) {
  .timeline-wrapper .timeline-scroll .timeline .timeline-item {
    padding-right: 1.6rem;
  }
}
.timeline-wrapper .timeline-scroll .timeline .timeline-item::before {
  content: "";
  position: absolute;
  top: -0.7rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-color: rgb(175, 175, 175);
  border-radius: 50%;
  z-index: 1;
}
.timeline-wrapper .timeline-scroll .timeline .timeline-item::after {
  background-color: rgb(64, 5, 48);
  border: 1px solid rgb(199, 44, 114);
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 3rem;
  content: "";
  position: absolute;
  top: -12px;
  left: -5px;
  opacity: 0;
}
.timeline-wrapper .timeline-scroll .timeline .timeline-item .timeline-content {
  padding-top: 1.8rem;
}
.timeline-wrapper .timeline-scroll .timeline .timeline-item .timeline-content h5 {
  color: white;
  margin-bottom: 0.6rem;
}
.timeline-wrapper .timeline-scroll .timeline .timeline-item .timeline-content p {
  color: var(--Neutral-Dark-Grey);
  margin: 0;
  transition: all 0.3s ease;
}
.timeline-wrapper .timeline-scroll .timeline .timeline-item.active::before {
  background-color: rgb(199, 44, 114);
}
.timeline-wrapper .timeline-scroll .timeline .timeline-item.active::after {
  opacity: 1;
}
.timeline-wrapper .timeline-scroll .timeline .timeline-item.active p {
  color: white;
  font-size: 2.4rem;
  line-height: 125%;
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */