/* Заголовки */

.map_col>h4{
	margin: 10px 0px 20px 0px !important;
	font-size: 18px;
	position: relative;
}

.map_col>h4:after {
	content: '';
	position: absolute;
	top: 24px; left: 0px;
	background: rgba(0, 0, 0, 0.3);
	width: 40px; height: 3px;
}