blockquote {
    /*font-family: 'Harriet Display';*/
    font-family: 'Feijoa Bold';
    border: 0;
    border-top: 1px solid #0a0a0a;
    border-bottom: 1px solid #0a0a0a;
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

.page-template-our-story {
	display: flex;
	justify-content: center
}
.page-template-our-story .column.large-6 {
	width: 50%;
	padding: 2% 5%;
}
.page-template-our-story .story-img-2 {
	width: 50%;
	float: left;
	-webkit-transform: translateX(-10%);
	-ms-transform: translateX(-10%);
	transform: translateX(-10%);
	margin-top: -10%
}
.page-template-our-story .story-img-3 {
	width: 50%;
	float: left;
	-webkit-transform: translateX(10%);
	-ms-transform: translateX(10%);
	transform: translateX(10%);
	margin-top: 10%
}
.page-template-our-story .story-img-5 {
	width: 30%;
	margin-top: -10%;
	left: 16%;
	position: relative
}
.page-template-our-story .story-img-4 {
	margin-top: -10%
}
.page-template-our-story blockquote {
	font-size: 1.80rem;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left
}
.p-15px p{
	margin-bottom: 15px;
}
@media(max-width: 900px) {
	.page-template-our-story blockquote {
		padding-left: 0;
		padding-right: 0
	}
}
@media(max-width: 767px) {
	.page-template-our-story {
		flex-direction: column !important
	}
	.page-template-our-story .column.large-6 {
		width: 100%
	}
	.page-template-our-story blockquote {
		padding-left: 30px;
		padding-right: 30px
	}
}
@media(max-width: 580px) {
	.mobile-feature-header img.beans {
		bottom: -100px;
		width: 140px
	}
	.page-template-our-story blockquote {
		padding-left: 0px;
		padding-right: 0px
	}
}