/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 21 2021 | 05:46:29 */
.timeline {
  width: 100%;
  max-width: 800px;
  background: #fff;
  padding: 100px 50px;
  position: relative; }
  .timeline:before {
    content: '';
    position: absolute;
    top: 0px;
    left: calc(33% + 15px);
    bottom: 0px;
    width: 4px;
    background: #ddd; }
  .timeline:after {
    content: "";
    display: table;
    clear: both; }

.entry {
  clear: both;
  text-align: left;
  position: relative; }
  .entry .title {
    margin-bottom: 0.5em;
    float: left;
    width: 33%;
    padding-right: 30px;
    text-align: right;
    position: relative; }
    .entry .title:before {
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      border: 4px solid salmon;
      background-color: #fff;
      border-radius: 100%;
      top: 15%;
      right: -8px;
      z-index: 99;
      color: #333; }
    .entry .title h3 {
      margin: 0;
      font-size: 120%;
      color: #333; }
    .entry .title p {
      margin: 0;
      font-size: 100%;
      color: #333; }
  .entry .body {
    margin: 0 0 3em;
    float: right;
    width: 66%;
    padding-left: 30px;
    color: #333; }
    .entry .body p {
      line-height: 1.4em; }
      .entry .body p:first-child {
        margin-top: 0;
        font-weight: 400; }
    .entry .body ul {
      color: #fff;
      padding-left: 0;
      list-style-type: none; }
      .entry .body ul li:before {
        content: "–";
        margin-right: 0.5em; }
