
 @media (min-width: 10px) and (max-width: 768px) {
.pi-timeline-item {
  border: 0 solid #d6dbdb;
}

.pi-timeline-item-date span:last-child {
  color: #333;
  font-family: arial;
  font-size: 9px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0;
  position: relative;
  text-transform: none;
  top: 1px;
  width: 66px;
}
.pi-timeline-item .pi-timeline-item-date::after {
  border-color: transparent transparent #f4f6f6;
  border-style: none;
  border-width: none;
  left: 0;
  top: -10px;
  width: 0;
}

.pi-timeline-item {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  float: none;
  margin: 65px 0 80px;
  padding: 1px 25px 0;
  width: auto;
}

}