/* =========================
   NURIA TOURS — STORY
========================= */

.nt-story-hero{
  background:#f7f7f5;
  border-top:1px solid rgba(15,23,42,.06);
  border-bottom:1px solid rgba(15,23,42,.06);
  padding:90px 0 70px;
}

.nt-story-timeline{
  background:#ffffff;
}

.nt-timeline{
  position:relative;
  padding-left:40px;
  border-left:2px solid rgba(15,23,42,.10);
}

.nt-timeline-item{
  position:relative;
  padding-bottom:60px;
}

.nt-timeline-item:last-child{
  padding-bottom:0;
}

.nt-timeline-item::before{
  content:"";
  position:absolute;
  left:-49px;
  top:8px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#c21d1d;
  box-shadow:0 0 0 5px #ffffff;
}

.nt-timeline-year{
  color:#c21d1d;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:.85rem;
  margin-bottom:8px;
}

.nt-timeline-item h3{
  color:#0f172a;
  font-size:1.5rem;
  font-weight:700;
  margin-bottom:12px;
}

.nt-timeline-item p{
  color:#64748b;
  line-height:1.8;
  margin-bottom:0;
}

.nt-story-vision{
  background:#f7f7f5;
  border-top:1px solid rgba(15,23,42,.06);
  border-bottom:1px solid rgba(15,23,42,.06);
}

@media (max-width:768px){

  .nt-story-hero{
    padding:70px 0 55px;
  }

  .nt-timeline{
    padding-left:28px;
  }

  .nt-timeline-item::before{
    left:-37px;
  }

  .nt-timeline-item h3{
    font-size:1.25rem;
  }

}