.container_about {
	width:80%;
	margin: 2% auto;
	padding: 1% 0% 5%;
}

.about_box {
	display: inline-block;
	width:48%;
	vertical-align:top;
}

#about_image {
	padding-right: 1%;
	overflow-x: hidden;
}

#about_image img{
	width: 100%;
	border-radius: 5%;
}

#about_text {
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	margin-top:-20px;
	padding-left: 1%;
	text-align:justify;
	color: black;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 60px; /* clear footer */
 }


/* ========== RESPONSIVE ========== */
/* Largest */
@media all and (max-width: 1280px) {
		#about_text {
		font-size: 1em;
		line-height: 1.2em;
	}
}

/* Large */
@media all and (max-width: 1024px){

}

/* Medium */
@media all and (max-width: 800px) {
	.about_box {
		display: block;
		width: 100%;
		padding-bottom: 5%;
	}
}

/* Small */
@media all and (max-width: 640px) {
}
