.profile {
	display:flex;
	justify-content: space-around;
	margin:30px 0 0 0;
}

.profile img {
	height:257px;
}

.profile-img-container {
	background:;
	margin-right:30px;
	width:352px;
}

.profile-text {
	position: relative;
	top:-5px;
	background-color:;
}

.profile-text h4 {
	margin:0 0 10px 0;
}

.profile-text p {
	width:420px;	
}

#hs {
	height: 257
}

.article-wrap {
	margin-left:;

}

.profile-img-container {
	background:;
	margin-right:30px;
	position: relative;
	left:2px;
	width:342px;
}

.prof-pic-width{
	width:343px;
	display:flex;
	justify-content: center;
	background: #ddd;
	border: 1px solid #addbc0;
	border-radius:2px;
}

#dick-diane {
	width:342px;
}

/*.profile:nth-child(even) {
	flex-direction: row-reverse;
}*/

/*===============================

people media queries

===============================*/
@media only screen and (max-width: 900px) {

}

@media only screen and (max-width: 820px) {
	.profile {
		flex-direction: column;
	}

	.profile-text h4 {
		margin-top:30px;
	}
   
}


@media only screen and (max-width: 700px) {
	
}

@media only screen and (max-width: 610px) {
	
	.profile {
		width:300px;
	}
	.profile p {
		width: 300px;
	}


}

@media only screen and (max-width: 500px) {

}

