ul.profile{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto 80px;
}
ul.profile li:first-child{
	width:26%;
}
ul.profile li:last-child{
	width:70%;
}
ul.profile h2 span{
	display:inline-block;
	color:#BF9244;
	font-size:24px;
}
ul.profile hr{
	height:0;
	margin:40px auto;
	border-top:1px solid #BF9244;
}
ul.profile li:first-child img{
	width:100%;
}


@media screen and (max-width: 980px) {
	ul.profile li:first-child{
		width:100%;
		margin:0 auto 20px;
	}
	ul.profile li:last-child{
		width:100%;
	}

}














