/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Sep 30 2020 | 22:00:45 */
.ni-section__wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 12px;
}
.ni-section__wrap:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #ffad4d;
	margin-left: -1px;
}
.ni-section__item {
	position: relative;
	width: 50%;
	padding: 12px 15px;
}
.ni-section__item--left {
	text-align: right;
	
}
.ni-section__item--left:after {
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #f28100;
	right: -6px;
	top: 50%;
	margin-top: -6px;
	z-index: 2;
}
@media(min-width: 576px) {
	.ni-section__wrap {
		font-size: 15px;
	}
}