.left-right {}
.left-right .item {
	margin-bottom: 60px;
}
.left-right .item .bnn {
	opacity: 0;
	position: relative;
	padding-bottom: 70%;
}
.left-right .item.-ready .bnn {
	opacity: 1;
	animation: fadeInLeft .4s both;
}
.left-right .item .bnn figcaption {
	left: unset!important;
	border-radius: 7px 0 7px 0!important;
}
.left-right .item .bnn img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0 15px 26px rgb(0 0 0 / 12%);
	border-radius: 7px;
}
.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 .info blockquote {
	border-left: solid 5px #01713d;
	background: #fbfdff;
	padding: 27px 20px;
}
.left-right .item .info blockquote p {
	margin: 0;
	font-size: 1.1em;
	line-height: 1.6em;
}
.left-right .item .info blockquote .quote {
	position: relative;
	font-size: 4em;
	line-height: .1em;
	top: 25px;
	color: #01713d;
}
.left-right .item .info blockquote .quote.left {}
.left-right .item .info blockquote .quote.right {}
@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%;
		padding-bottom: 35%;
	}
	.left-right .item.-ready:nth-child(even) .bnn {
		animation: fadeInRight .4s both;
	}
	.left-right .item .bnn img {
		border-radius: 14px;
	}
	.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;
	}
	.left-right .item .bnn figcaption {
        border-radius: 14px 0 14px 0!important;
    }
}