.about_content {
	display: flex;
	flex-direction: row;
	justify-content: left
	justify-content: space-between;
	color: #000;
}
.about_content a {
	text-decoration: underline;
}

.about_intro {
	max-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-content: space-between;
}
.about_intro img {
	width: 250px;
	height: auto;
	margin-bottom: 20px;
}
.about_intro img:last-of-type{
	margin: 0;
}

.about_cv {
	margin-left: 5%;
	width: 850px;
}
.about_cv h4 {
	margin-left: 35px;
	margin-top: 20px;
	font-weight: 400;
	font-size: 20px;
}

.about_cv h4:first-child {
	margin-top: 0px;	
}

.about_cv p {
	margin-bottom: 5px;
}

.about_cv em {
	font-size: 12px;
}



@media only screen and (max-width: 1100px){
	.about_cv p {
		font-size: 12px;
	}
	.about_cv h4 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 850px){
	.about_cv p {
		font-size: 11px;
	}
	.about_cv h4 {
		font-size: 14px;
	}
}

@media only screen and (max-width: 780px){
	.about_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-content: space-between;
	color: #000;
	}

	.about_intro {
		flex-direction: row;
		justify-content: left;
		justify-content: space-between;
	}

	.about_intro img:last-of-type{
		margin-bottom: 20px;
		margin-left: 20px;
	}

	.about_cv {
		margin-left: 0px;
		width: 100%;
	}

	.about_cv p {
		font-size: 12px;
	}
	.about_cv h4 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 620px){
	.about_intro img {
	width: auto;
	height: 110px;
	margin-bottom: 20px;
	}

}

