blockquote {
	border-left: solid 5px #01713d;
	background: #fbfdff;
	padding: 27px 20px;
	margin: 0 0 60px;
}
blockquote p {
	margin: 0 0 30px;
	font-size: 1.5em;
	line-height: 1.6em;
}
blockquote h4 {
	text-align: right;
	margin: 0 0;
}
.left-right-wrapper {
	max-width: 1500px;
	margin: 0 auto 50px;
	padding: 0 15px;
}
.left-right {}
.left-right .item {
	margin-bottom: 60px;
}
.left-right .item .bnn {
	opacity: 0;
	position: relative;
}
.left-right .item.-ready .bnn {
	opacity: 1;
	animation: fadeInLeft .4s both;
}
.left-right .item .bnn img {
	width: 100%;
}
.left-right .item .info {
	opacity: 0;
}
.left-right .item.-ready .info {
	opacity: 1;
	animation: fadeInRight .4s both;
}
.left-right .item .info h2 { margin: 20px 0 5px; }
.left-right .item .info h2 a { color: #01713d } 
.left-right .item .info h2 a:hover { color: #5db85b }
.left-right .item .bnn .slick-prev,
.left-right .item .bnn .slick-next { z-index: 2; }
.left-right .item .bnn .slick-prev { left: 5px; }
.left-right .item .bnn .slick-next { right: 5px }

@media (min-width: 769px) {
	.left-right .item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 100px 0;
	}
	.left-right .item:nth-child(even) { flex-direction: row-reverse; }
	.left-right .item .bnn {
		width: 45%;
	}
	.left-right .item.-ready:nth-child(even) .bnn {
		animation: fadeInRight .4s both;
	}
	.left-right .item .bnn img {
	}
	.left-right .item.-ready:nth-child(even) .info {
		animation: fadeInLeft .4s both;
	}
	.left-right .item .info {
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		
	}
	.left-right .item .info h2 { margin: 0 0 5px; }
	.left-right .item .info blockquote {
		padding: 35px 2vw;
	}
}