.style-another {
  font-family: 'Roboto', sans-serif;
  max-width: 100%;
  width: 100%;
  position: relative;
}

.style-another:after {
  content: '';
  display: block;
  clear: both;
}

.style-another:before {
  content: '';
  height: 100%;
  width: 2px;
  border: 2px dashed #017296;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 30px;
}

.style-another .timeline {
  width: 50%;
  padding: 100px 70px 0 25px;
  margin: 0 50px 0 0;
  float: left;
  position: relative;
}

.style-another .timeline-content {
  padding: 15px 15px 15px 40px;
  border: 2px solid #017296;
  border-radius: 15px 0 15px 15px;
  display: block;
  position: relative;
}

.style-another .timeline-content:hover {
  text-decoration: none;
}

.style-another .timeline-content:after {
  content: '';
  background-color: #017296;
  height: 18px;
  width: 15px;
  position: absolute;
  right: -15px;
  top: -2px;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}

.style-another .timeline-year {
  color: #fff;
  background-color: #017296;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  line-height: 98px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  right: -120px;
  top: -85px;
}

.style-another .timeline-year:after {
  content: '';
  height: 130px;
  width: 130px;
  border: 8px solid #017296;
  border-left-color: transparent;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-20deg);
          transform: translateX(-50%) translateY(-50%) rotate(-20deg);
  position: absolute;
  left: 50%;
  top: 50%;
}

.style-another .timeline-icon {
  color: #fff;
  background-color: #017296;
  font-size: 35px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.style-another .title {
  color: #017296;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 7px 0;
}

.style-another .description {
  color: #017296;
  font-size: 15px;
  margin: 0 0 5px;
}

.style-another .description * {
  color: inherit;
  font-family: inherit;
}

.style-another .timeline:nth-child(even) {
  padding: 100px 25px 0 70px;
  margin: 0 0 0 50px;
  float: right;
}

.style-another .timeline:nth-child(even) .timeline-content {
  padding: 15px 40px 15px 15px;
  border-radius: 0 15px 15px 15px;
}

.style-another .timeline:nth-child(even) .timeline-content:after {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  right: auto;
  left: -15px;
}

.style-another .timeline:nth-child(even) .timeline-year {
  right: auto;
  left: -120px;
}

.style-another .timeline:nth-child(even) .timeline-year:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(200deg);
          transform: translateX(-50%) translateY(-50%) rotate(200deg);
}

.style-another .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: -25px;
}

.timeline:nth-child(4n+2) .timeline-year:after {
  border-left-color: transparent;
}

.timeline:nth-child(4n+3) .timeline-year:after {
  border-left-color: transparent;
}

.timeline:nth-child(4n+4) .timeline-year:after {
  border-left-color: transparent;
}

@media screen and (max-width: 767px) {
  .style-another:before {
    display: none;
  }
  .style-another .timeline {
    width: 100%;
    padding-top: 80px;
    padding-right: 12px;
    margin-bottom: 20px;
  }
  .style-another .timeline:nth-child(even) {
    padding-left: 10px;
    padding-top: 80px;
    margin-bottom: 20px;
  }
  .style-another .timeline-content,
  .style-another .style-another .timeline:nth-child(even) .timeline-content {
    background-color: #fff;
    padding-top: 25px;
  }
  .style-another .timeline-content:after {
    display: none;
  }
  .style-another .timeline-year {
    font-size: 24px;
    line-height: 70px;
    height: 70px;
    width: 70px;
    right: 0;
    top: -65px;
  }
  .style-another .timeline-year:after {
    display: none;
  }
  .style-another .timeline:nth-child(even) .timeline-year {
    left: 3px;
  }
}

@media screen and (max-width: 567px) {
  .style-another .title {
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */