section.history-intro > strong, section.history-intro > p {
	display: block;
    margin: 30px auto;
}

section.team-pic {
    min-height: fit-content;
	position: relative;
	background-color: #EAEAEA;
}

section.team-pic {
	width: 800px!important;
    max-width: 80%!important;
}

section.team-pic img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

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

	body section.team-pic {
		max-width: 100%!important;
	}
	
	body section.team-pic img {
		width: auto;
		height: auto;
	}

}