.paragraph--type--timeline .paragraph--type--timeline-container {
    color: #141e3c;
    padding: 0 1em;
    
}

.paragraph--type--timeline .paragraph--type--timeline-container .h2, .paragraph--type--timeline h2 {
    font-size: 2rem;
    padding-bottom: 0.25em;
    border-bottom: 4px #e9975d dashed;
}

.paragraph--type--timeline .paragraph--type--timeline-container .h4, .paragraph--type--timeline .paragraph--type--timeline-container h4 {
    font-size: 1rem;
    font-style: italic;
}

.paragraph--type--timeline .paragraph--type--timeline-container .h3, .paragraph--type--timeline .paragraph--type--timeline-container h3{
	color:#3d4f76;
}

.timeline-box-container {
	  position: relative;
	  max-width: 1200px;
	  margin: 0 auto;
}

.timeline-box-container::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #141e3c;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline-container {
	padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timeline-container::after{
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: white;
  border: 4px solid #e9975d;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.left {
  left: 0;
  text-align:right;
}

.right {
  left: 50%;
}

.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 18px;
  width: 0;
  z-index: 1;
  right: 15px;
  border: medium solid #3d4f76;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #3d4f76;
}

.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 18px;
  width: 0;
  z-index: 1;
  left: 15px;
  border: medium solid #3d4f76;
  border-width: 10px 10px 10px 0;
  border-color: transparent #3d4f76 transparent transparent;
}

.right::after {
  left: -13px;
}

