
.timeline {
  position: relative;
  padding: 2em 0;
  margin: 0 auto;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 2px;
  background: #ADBFCC;
  opacity: 0.2;
}

@media only screen and (min-width: 1170px) {
  .timeline {
  }
  .timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.timeline-block {
  position: relative;
}
.timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-block:first-child {
  margin-top: 0;
}
.timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .timeline-block {
    margin: 4em 0;
  }
  .timeline-block:first-child {
    margin-top: 0;
  }
  .timeline-block:last-child {
    margin-bottom: 0;
  }
}

.timeline-block h4 {
  font-size: 18px;
  font-weight: bold;
}

.timeline-block.owner h4 {
  color: #FABD52;
}

.timeline-block.tenant h4 {
  /* color: #00BE9C; */
  color: #32b298;
}

.timeline-block.both h4 {
  /* color: #00be9c; */
  color: #32b298;
}

.timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

@media only screen and (min-width: 1170px) {
  .timeline-icon {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
  }
  .timeline-icon.is-hidden {
    visibility: hidden;
  }
}

.timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 2.5rem 4rem;
}
.timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-content h2 {
  color: #303e49;
}
.timeline-content p, .timeline-content .read-more, .timeline-content .date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.timeline-content .read-more, .timeline-content .date {
  display: inline-block;
}
.timeline-content p {
  margin-bottom: 0;
  font-size: 13px !important;
}
.timeline-content .read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .timeline-content .read-more:hover {
  background-color: #bac4cb;
}
.timeline-content .date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .timeline-content .read-more, .timeline-content .date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .timeline-content {
    margin-left: 0;
    width: 45%;
  }
  .timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .timeline-content .read-more {
    float: left;
  }
  .timeline-content .date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .timeline-block.owner .timeline-content {
    float: right;
  }
  .timeline-block.owner .timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .timeline-block.owner .timeline-content .read-more {
    float: right;
  }
  .timeline-block.owner .timeline-content .date {
    left: auto;
    right: 122%;
    text-align: right;
  }

  .timeline-block.both .timeline-content {
    top: 80px;
    margin: 0 auto 90px;
  }
  .timeline-block.both .timeline-content::before {
    border: 7px solid transparent !important;
    border-bottom: 7px solid white !important;
    top: auto;
    left: 50%;
    margin-left: -6px;
    bottom: 100%;
    border-color: transparent;
    border-right-color: white;
  }

  .timeline-content.is-hidden {
    visibility: hidden;
  }
}


@media (max-width: 767px){
  .how-it-works,
  .how-it-works .container-fluid {
    padding: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .how-it-works {
    padding: 0 !important;
  }

  .timeline-content {
    margin-bottom: 3rem;
    margin-left: 10rem;
  }
}
