@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600");
.timeline {
  position: relative;
  margin: 50px auto;
  padding: 40px 0;
  width: 1000px;
  box-sizing: border-box; }

.timeline:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #c5c5c5; }

.timeline ul {
  padding: 0;
  margin: 0; }

.timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 0 40px 20px 40px;
  box-sizing: border-box; }

.timeline ul li:nth-child(even) {
  float: left;
  text-align: right;
  clear: both; }

.timeline ul li:nth-child(odd) {
  float: right;
  text-align: left;
  clear: both; }

.content {
  padding-bottom: 20px; }

.timeline ul li:nth-child(even):before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 40px;
  right: -6px;
  background: #e92163;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2); }

.timeline ul li:nth-child(odd):before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 40px;
  left: -4px;
  background: #e92163;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2); }

.timeline ul li h3 {
  padding: 0;
  margin: 0;
  color: #e92163;
  font-weight: 600; }

.timeline ul li p {
  margin: 10px 0 0;
  padding: 0; }

.timeline ul li .time h4 {
  margin: 0;
  padding: 0;
  font-size: 14px; }

.timeline ul li:nth-child(even) .time {
  position: absolute;
  top: 29px;
  right: -205px;
  margin: 0;
  padding: 8px 16px;
  background: #e92163;
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3); }

.timeline ul li:nth-child(odd) .time {
  position: absolute;
  top: 31px;
  left: -205px;
  margin: 0;
  padding: 8px 16px;
  background: #e92163;
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3); }

@media (max-width: 1000px) {
  .timeline {
    width: 100%; } }

@media (max-width: 767px) {
  .timeline {
    width: 100%;
    padding-bottom: 0; }
  h1 {
    font-size: 40px;
    text-align: center; }
  .timeline:before {
    left: 20px;
    height: 100%; }
  .timeline ul li:nth-child(even),
  .timeline ul li:nth-child(odd) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px; }
  .timeline ul li:nth-child(even):before,
  .timeline ul li:nth-child(odd):before {
    top: -18px;
    left: 16px; }
  .timeline ul li:nth-child(even) .time,
  .timeline ul li:nth-child(odd) .time {
    top: -50px;
    left: 50px;
    right: inherit; } }
