.plotting-purple-guys {
  background-color: #F3F4F6;
  padding: 40px 0 0;
}
.plotting-purple-guys h2 {
  margin: 0 auto 32px;
  font-size: 32px;
  color: #0A0A0A;
  text-align: center;
}
.plotting-pg-timeline {
  position: relative;
}
.plotting-pg-timeline:after {
  content: '';
  background-color: #A8A8AD;
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 1px;
  left: 28px;
}
.plotting-pg-timeline-item {
  padding: 10px 25px 10px 65px;
  margin: 0 0 40px;
  width: 100%;
  position: relative;
}
.plotting-pg-timeline-item:before,
.plotting-pg-timeline-item:after {
  content: '';
  aspect-ratio: 1;
  clip-path: polygon(93.3% 75%,50% 100%,6.7% 75%,6.7% 25%,50% 0%,93.3% 25%);
  position: absolute;
  z-index: 2;
  }
.plotting-pg-timeline-item:before {
  background: linear-gradient(37.35deg, #E3E4EB 11.88%, #FAFAFA 82.76%);;
  width: 56px;
  top: 0;
  left: 0;
}
.plotting-pg-timeline-item:after {
  background: linear-gradient(234.41deg, #BB2BFF 37.11%, #9816FF 84.68%);
  width: 40px;
  top: 8px;
  left: 8px;
}
.plotting-pg-timeline-item h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #6D6D70;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.plotting-pg-timeline-item h4 {
  margin: 0;
  font-size: 20px;
  color: #0A0A0A;
}
.plotting-pg-timeline-item p {
  margin: 0;
  color: #545457;
}

@media (min-width: 1200px) {
  .plotting-purple-guys {
    padding: 120px 0 20px;
  }
  .plotting-purple-guys .row-fluid {
    justify-content: center;
  }
  .plotting-purple-guys h2 {
    margin-bottom: 64px;
    max-width: 80%;
    font-size: 60px;
  }
  .plotting-pg-timeline:after {
    height: calc(100% - 100px);
    left: 50%;
    transform: translateX(-50%);
  }
  .plotting-pg-timeline-item {
    max-width: 50%;
    padding-right: 71px;
    padding-left: 11%;
    margin-bottom: 100px;
  }
  .plotting-pg-timeline-item:nth-child(odd) {
    padding-right: 11.5%;
    padding-left: 65px;
    left: 50%;
  }
  .plotting-pg-timeline-item:before {
    width: 96px;
    top: 0;
    left: unset;
    right: -48px;
  }
  .plotting-pg-timeline-item:after {
    width: 64px;
    top: 16px;
    left: unset;
    right: -32px;
  }
  .plotting-pg-timeline-item:nth-child(odd):before {
    left: -48px;
  }
  .plotting-pg-timeline-item:nth-child(odd):after {
    left: -32px;
  }
  .plotting-pg-timeline-item h4 {
    font-size: 32px;
  }
  ..plotting-pg-timeline-item p {
    font-size 18px;
  }
}