section.m27_history {
	padding-top: 100px;
	position: relative;
}

section.m27_history .m27_history_hl > h3 {
	font-size: 2.3335rem;
}

section.m27_history .m27_history_list {
	margin-bottom: 40px;
}

section.m27_history .m27_history_list > ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
	position: relative;
}

section.m27_history .m27_history_list {
	padding-left: 100px;
}

section.m27_history .m27_history_list > ul:after {
	content: '';
	width: 2px;
	height: 100%;
	background: #008c48;
	position: absolute;
	left: 68px;
	top: 7px;
}

section.m27_history .m27_history_list > ul:before {
	content: '';
	bottom: -10px;
	left: 65px;
	position: absolute;
	border-top: 6px solid #008c48;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

section.m27_history .m27_history_list > ul > li {
	max-width: 50%;
	display: flex;
}

section.m27_history .m27_history_list > ul > li:not(:last-child) {
	margin-bottom: 25px;
}

section.m27_history .m27_history_list > ul .year {
	color: #008c48;
	font-family: 'robotoB', sans-serif;
	font-weight: 700;
	display: inline-block;
	max-width: 70px;
	width: 100%;
	padding-right: 20px;
	position: relative;
}

section.m27_history .m27_history_list > ul .year:after {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	right: -2px;
	top: 12px;
	background: #008c48;
}

section.m27_history .m27_history_list > ul .text {
	display: inline-block;
	padding-left: 20px;
}

section.m27_history .m27_history_img_container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: -1;
	opacity: .25;
	height: 60%;
}

section.m27_history .m27_history_img_container > img {
	max-width: 40%;
}

@media screen and (max-width: 991px) {
	section.m27_history .m27_history_list > ul > li {
		max-width: 75%;
	}
	
	section.m27_history .m27_history_list {
		padding-left: 30px;
	}
}

@media screen and (max-width: 991px) {
	section.m27_history .m27_history_list > ul > li {
		max-width: 100%;
	}
}