.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 3vh;
}
.container-timeline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5vh;
    margin-bottom: 5vh;
}
.entry-heading {
    font-weight: bold;
}
.left .entry-heading::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    background-color: #d40736;
    border-radius: 50%;
    display: inline-block;
    z-index: 1;
    right: -50px;
    margin-top: 5px;
}
.right .entry-heading::before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    background-color: #d40736;
    border-radius: 50%;
    display: inline-block;
    z-index: 1;
    left: -55px;
    margin-top: 5px;
}
.group-header {
    display: inline-block;
}
.group-header-line {
    border-top-color: #d40736 !important;
}
.group-entries {
    position: relative;
}
.group-entries::after {
    content: '';
    position: absolute;
    border: 1px dashed lightgray;
    top: 0;
    bottom: -15px;
    left: 50%;
    margin-left: -3px;
}
.timeline .group-entries .container:first-child {
    padding-top: 3vh;
}
.timeline .group-entries::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    border-style: solid;
    -webkit-transform: rotate(-180deg) translate(78%, 32px);
    transform: rotate(-180deg) translate(78%, 32px);
    border-width: 16px 5px;
    border-color: lightgray rgba(0,0,0,0) rgba(0,0,0,0);
}
.timeline .container {
    padding: 0px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}
.left {
    left: 0;
    text-align: right;
}
.right {
    left: 50%;
    text-align: left;
}
.container-timeline .timeline:first-child {
    margin-top: 0;
}
.content {
    padding: 0px 30px;
    position: relative;
    border-radius: 6px;
}
.content img {
    width: 450px;
    max-width: 100%;
}
@media screen and (max-width: 811px) {
    .left .entry-heading::before {
	position: absolute;
	content: "";
	height: 25px;
	width: 25px;
	background-color: #d40736;
	border-radius: 50%;
	display: inline-block;
	z-index: 1;
	left: -55px;
	margin-top: 5px;
    }
    .left .entry-heading::after {
	height: 0;
	width: 0;
    }
    .timeline {
	text-align: unset;
    }
    .timeline .container {
	width: 95%;
    }
    .group-entries::after {
	left: 10%;
    }
    .left {
	text-align: left;
	left: 10%;
    }
    .right {
	left: 10%;
    }
    .timeline .group-entries::before {
	left: 10.2%;
    }
    .timeline::after {
	left: 31px;
    }
    .container {
	width: 100%;
	padding-left: 70px;
	padding-right: 25px;
    }
}
