.statement-container{
	margin-top: 200px;
	margin-bottom: 200px;
	min-height: 440px;
	background-color: #eee;
	
}
.statement-container .row{
	margin-right: 0;
}
.statement-container img{
	width: 100%;
	max-height: 100vh;
	overflow: hidden;
}
.statement-container .text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
	height: 100%;
	padding: 2em 5em;
	background-color: #eee;
}

.statement-container .text-content p {
	margin: 1.5em 0;
	line-height: 1.8;
	font-size: 1.25rem;
	font-weight: 600;
}
.statement-container .text-content p:first-child {
	margin-top: 7em;
}
.statement-container .text-content p:last-child {
	margin-bottom: 7em;
}

.statement-container .img-container{
	padding: 1em 3em;
}
.statement-container .img-container div{
	display: -webkit-inline-box;
}
.statement-container .img-container .full-width{
	width: 100%
}
.statement-container .img-container .half-width{
	width: 50%;
	padding: 1%
}
.statement-container .img-container .half-width:first-child{
	padding-left: 0;
}
.statement-container .img-container .half-width:last-child{
	padding-right: 0;
}
