.mainview {
  position: relative;
  height: 100%;
  width: 100%;
  font-size: 16px;
  vertical-align: bottom;
  white-space: normal;
}
.sw-content-inner {
  width: 100%;
  height: 100%;
  padding: 40px;
  font-family: "Karla", cursive;
  overflow-x: hidden;
  overflow-y: auto;
}
.sw-story-wrapper {
  background-size: cover !important;
  background-attachment: fixed;
}

/* view content center */

.vs-center-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.vs-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* ======== START MENU CERITA ======= */

.main-timeline {
  position: relative;
  transition: all 0.4s ease 0s;
  margin-left: 15px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.main-timeline:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #d1d8e0;
  position: absolute;
  top: 0;
  left: 50%;
}

.main-timeline .timeline {
  position: relative;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
  background-color: none;
}

.main-timeline .timeline-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fffcf5;
  border: 2px solid #428aba;
  position: absolute;
  top: 0;
  left: 1px;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}

.main-timeline .timeline-content {
  width: 45%;
  padding: 15px 15px 10px 0px;
  border-radius: 1px;
  text-align: right;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}

.main-timeline .date {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  padding: 10px 20px;
  background: #428aba;
  border-radius: 18px;
}

.main-timeline .title {
  font-size: 23px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 15px;
}
h4.title {
  margin: 0;
}

.main-timeline .description {
  font-size: 2rem !important;
  color: #ffffff;
  line-height: 2;
  text-align: justify;
}

.main-timeline .timeline-content.right {
  float: right;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .main-timeline:before {
    left: 0;
  }
  .main-timeline .timeline-icon {
    left: -8px;
    margin: 0;
  }
  .main-timeline .timeline-content {
    width: 90%;
    float: right;
    text-align: left;
  }
}
