.manchester-timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 700px;
  position: relative;
}
.manchester-timeline__content-title {
  font-weight: normal;
  font-size: 66px;
  transition: 0.4s;
  /* padding: 0 10px;  */
  box-sizing: border-box;
  font-family: "FreightBigProBold", sans-serif;
  color: #fff;
}
.manchester-timeline__content-desc {
  margin: 0;
  font-size: 18px;
  box-sizing: border-box;
  color: rgba(255, 255, 255);
  font-weight: normal;
  line-height: 25px;
  font-family: "effra", sans-serif;
}
.manchester-timeline:before {
  position: absolute;
  left: 25%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
}
@media only screen and (max-width: 902px) {
  .manchester-timeline:before {
    left: 20px;
  }
}
.manchester-timeline-item {
  padding: 140px 0 140px 0px;
  opacity: 1;
  transition: 0.5s;
  box-sizing: border-box;
  width: calc(70% - 40px);
  display: flex;
  position: relative;

  align-self: flex-end;
}

.manchester-timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: rgb(255 255 255);
  font-size: 16px;
  font-family: "FreightBigProBold", sans-serif;
  border-right: 2px solid rgb(189 23 23);
  margin-top: -5px;
  padding-left: 15px;
  top: 180px;
  opacity: 1;
  left: calc(-100% - 74px);
  text-align: end;
  padding-right: 15px;
}

.manchester-timeline-item.manchester-timeline-item--active:before {
  font-size: 66px;
}

.padding-btm {
  padding-bottom: 400px;
}

/* .manchester-timeline-item:nth-child {
	 align-self: flex-end;
} */
/* .manchester-timeline-item:nth-child:before {
	 right: auto;
	 text-align: right;
	 left: calc(-100% - 56px);
	 padding-left: 0;
	 border-left: none;
	 border-right: 2px solid rgba(255, 255, 255, .5);
	 padding-right: 15px;
} */
.manchester-timeline-item--active {
  opacity: 1;
  /* filter: blur(0px); */
}
.manchester-timeline-item--active:before {
  top: 100px;
  transition: 0.3s all 0.2s;
  opacity: 1;
}
.manchester-timeline-item--active .manchester-timeline__content-title {
  margin: -50px 0 20px 0;
}

.manchester-timeline__img {
  max-width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}

.manchester-timeline-container {
  position: relative;
  padding: 15% 0 0 0;
  transition: 0.3s ease 0s;
  background-attachment: fixed;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.manchester-timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  content: "";
}
.manchester-timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.manchester-timeline-header__title {
  color: #fff;
  font-size: 46px;
  font-family: "FreightBigProBold" sans-serif;
  font-weight: normal;
  margin: 0;
}
.manchester-timeline-header__subtitle,
.manchester-timeline-header__subtitle p {
  color: rgba(255, 255, 255, 0.5);
  font-family: "effra", sans-serif;
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal;
}

.manchester-timeline-item--active .manchester-timeline__content-title {
  font-size: 20px;
}

@media only screen and (max-width: 902px) {
  .manchester-timeline-item--active .manchester-timeline__content-title {
    margin: 0 0 8px 0;
  }

  .manchester-timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 60px 20px 60px 30px;
  }
  .manchester-timeline-item:before {
    opacity: 0;
  }
  .manchester-timeline-item:last-child {
    padding-bottom: 40px;
  }

  .manchester-timeline__content-title {
    font-size: 36px;
  }

  .manchester-timeline-item--active .manchester-timeline__content-title {
    font-size: 36px;
  }

  .manchester-timeline-item--active
    h2.manchester-timeline__content-title::after {
    width: 100%;
  }

  .manchester-timeline-container {
    background-size: auto;
    background-position: center center;
  }
}

@media (max-width: 902px) {
  h2.manchester-timeline__content-title {
    display: inline-block;
  }

  h2.manchester-timeline__content-title::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #f00;
    transition: width 0.4s ease-in;
    margin-top: 5px;
  }

  .manchester-timeline-item--active h2.manchester-timeline__content-title::after {
    width: 100%;
  }
}
