.main_content{
	background-image:url('images/hodge_it_solutions_diagram_BG_distort_30.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-color: #FFF;
}
.section{background-color:transparent;}
.quote-wrapper {
	position: relative;
	display: flex;
	margin: auto;
	background: radial-gradient(ellipse at center,rgba(210, 210, 193, 1) 0%,rgba(210, 210, 193, 1) 70%,rgba(210, 210, 193, 0) 70.3%);
	color: #31310D;
	flex-direction: column;
	height: 350px;
	justify-content: space-evenly;
	width: 350px;
	align-items: center;
	font-size:1.1rem;
	font-style: italic;
}
.quote-wrapper i{
	font-size: 4rem;
	position: absolute;
	top: 1rem;
	left: 2rem;
}
.quote-wrapper p{
	width: 85%;
	text-align: center;
}
.quote-wrapper footer{
	position:absolute;
	bottom:2rem;
}
.reasons{background-color: #0000;}
.reasons div{
	display:flex;
	flex-direction: column;
	align-items: center;
	padding:1rem 0rem;
}
.reasons i{font-size:2.5rem;color:#BBB;}
.reasons p{margin:0;text-align:center;}
@media only screen and (orientation: landscape) and (min-width: 1000px) {
	.reasons{
		display: flex;
		justify-content: space-evenly;
	}
	.reasons i{font-size:3rem}
	.reasons div b{
		font-size:1.3rem;
		width:100%;
		text-align:center;
		margin: 0.5rem 0rem;
		
	}
	.reasons div{
		width:calc(18% - 2.4rem);
		border:1px solid #000;
		padding:2rem 1.2rem;
		background-color:#FFF;
	}
}