.newgreen-review {
	display: flex;
	flex-direction: column;

	margin-top: 1.5rem;
	margin-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
	.newgreen-review {
		flex-direction: row;
		margin-bottom: 3.5rem;
	}	
}

.newgreen-review__initials {
	margin-bottom: .5rem;
}


.newgreen-review__initials span {
	font-weight: 500;
	color: white;
	display: block;
	width: 3.75rem;
	height: 3.75rem;
	line-height: 3.75rem;
	text-align: center;
	background-color: #bcc600;
	border-radius: 3.75rem;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.newgreen-review__initials span {
		margin-left: 0;
		margin-right: 1.5rem;
	}
}

.newgreen-review__content {
	font-size: 1.125rem;
	font-style: italic;
	margin-bottom: 0;
    position: relative;
    color: #666666;
}

@media only screen and (min-width: 768px) {
	.newgreen-review__content {
		font-size: 1.25rem;
	}
}

.newgreen-review__content:before, .newgreen-review__content:after {
    color: #bcc600;
    font-size: 80px;
    font-family: "Times New Roman","serif";
    position: relative;
    line-height: 0;

}

.newgreen-review__content:before {
    content: "“";
    top: 20px;

}

.newgreen-review__content:after {
    content: "”";
    bottom: -25px;

}

.newgreen-review__author {
	color: #bcc600;
	text-align: center;
	font-size: 22px;
	display: block;
	margin-top: 1rem;
}