
bdy {
  padding-left: 20px;
  padding-right: 20px;
}
body ul {
  margin: 0;
}

.main {
  padding: 2em 0;
  background-color: #fff;
  border-radius: 1em;
}
.main h1 {
  color: #61d4d7;
  font-family: "Amaranth", sans-serif;
  line-height: 1em;
  margin-bottom: 2rem;
}
.main h3 {
  color: #32236f;
  font-family: "Amaranth", sans-serif;
}
.main p {
  color: #32236f;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}
.main .timeline {
  position: relative;
}
.main .timeline:before {
  background: #f1efef;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 4px;
}
.main .timeline .timeline-item {
  clear: both;
  list-style-type: none;
  padding: 0 30px;
  position: relative;
}
.main .timeline .timeline-item:before {
  
  border-radius: 50%;
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 20px;
}
.main .timeline .timeline-item .timeline-content {
  
  
  padding: ;
  width: 46%;
}
.main .timeline .timeline-item .timeline-content h3, .main .timeline .timeline-item .timeline-content p, .main .timeline .timeline-item .timeline-content button {
  margin: 20px;
}
.main .timeline .timeline-item:nth-child(even) .timeline-content {
  float: right;
}


.main .timeline .timeline-item:nth-child(1):before {
  background: #d7cdfd;
}
.main .timeline .timeline-item:nth-child(2):before {
  background: #d7cdfd;
}
.main .timeline .timeline-item:nth-child(3):before {
  background: #d7cdfd;
}

.main .timeline button {
  background: #5f3ff8;
  border: 2px solid #5f3ff8;
  color: #fff;
  font-weight: 500;
  padding: 10px;
  transition: all 0.3s;
}
.main .timeline button:hover {
  background: #ffffff;
  border: 2px solid #656565;
}
@media screen and (max-width: 968px) {
  .main .timeline {
    margin: 0 0 0 10px;
  }
  .main .timeline:before {
    left: 0px;
  }
  .main .timeline .timeline-item:before {
    left: 0;
  }
  .main .timeline .timeline-item .timeline-content {
    margin: 2em 0;
    width: 100%;
  }
  .main .timeline .timeline-item:nth-child(even) .timeline-content {
    float: initial;
  }
}