.ty-timeline {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  list-style: none; }

.ty-timeline-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0 0 20px;
  font-size: 14px;
  list-style: none; }
  .ty-timeline-item:last-child .ty-timeline-item__head:before {
    display: none; }
  .ty-timeline-item__head {
    width: 16px;
    background-color: #fff;
    position: absolute;
    color: #4DBDB9;
    height: 100%; }
    .ty-timeline-item__head:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      height: 100%;
      border-left: 2px solid #e8e8e8; }
  .ty-timeline-item__dot-container {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff; }
  .ty-timeline-item__dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #4DBDB9;
    border-radius: 100px; }
  .ty-timeline-item__content {
    position: relative;
    top: 0;
    padding-left: 25px; }
  .ty-timeline-item_left .ty-timeline-item__head, .ty-timeline-item_right .ty-timeline-item__head {
    left: 50%; }
  .ty-timeline-item_left .ty-timeline-item__content {
    left: 50%;
    width: 50%; }
  .ty-timeline-item_right .ty-timeline-item__content {
    width: 50%;
    text-align: right;
    padding-left: 0;
    padding-right: 9px; }
