.hero-unit p{
	margin-left: 4em;
	font-size: 1.2em;
}

.hero-unit p:first-child{
	opacity: .85;
	font-family: 'leckerliOne', cursive;
	margin: 20px 0 20px 50px;
	font-size: 3em;
}

.send-bottom {
	position: absolute;
	bottom: 0;
}





.box-event {
	position: relative;
	display: flex;
}

.sx {
	width: 50px;
	height: 100%;
	position: absolute;
	bottom: 0;
}

.sx::before {
	content: "";
	position: absolute;
	width: 2px;
	/* height: calc(100% - 55px);         */
	height: 100%;
	background-color: lightgray;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
	padding-top: 55px;
	
}

.circle {
	background-color: lightgray;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	z-index: 10;
	position: absolute;
	margin-top: 4px;
	margin-left: 17px;
}

.dx {
	margin-left: 60px;
	/* border: 2px solid lightgrey; */
	border-radius: .8em;
	padding:0px 0px 5px 0px;
	width: 100%;
}

.list_of_roles{
	margin-left: 3px;

}

.list_of_roles li{
	list-style-position: outside;
	padding-left: 24px;
}

.list_of_roles li::marker {
	content: "●"; 
	font-size: 1.2em; 
	color: lightgrey; 
	margin-right: 10px; 
	/* // margin-right: 2px; */
}