#nfa-our-community-our-people-wrapper .nfa-our-community-oneliner {
	font-family: 'Roboto Slab';
	font-size: 1.5rem;
	min-width: 100%;
    padding: 0 8.33333%;
	margin-bottom: 100px;
}

#nfa-our-community-our-people-wrapper #nfa-our-community-single-person-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 30px;
}

#nfa-our-community-our-people-wrapper #nfa-our-community-single-person-wrapper .nfa-our-community-single-person-container {
	position: relative;
	width: calc( 25% - 30px );
  	box-sizing: border-box;
	margin-bottom: 35px;
}

#nfa-our-community-our-people-wrapper #nfa-our-community-single-person-wrapper .nfa-our-community-single-person-image-container {
	position: relative;
	height: 0;
	padding-bottom: 100%;
    margin-bottom: .7rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#nfa-our-community-our-people-wrapper #nfa-our-community-single-person-wrapper .nfa-our-community-single-person-title {
	font-family: 'Caros Soft Bold', sans-serif;
	font-size: 1.375rem;
}

#nfa-our-community-our-people-wrapper #nfa-our-community-single-person-wrapper .nfa-our-community-single-person-function {
	font-family: 'Caros Soft Light', sans-serif;
	color: #031835!important;
	font-size: 1rem;
	min-height: 50px;
    max-height: 5rem;
}


@media( max-width: 767px ) {
	#nfa-our-community-our-people-wrapper #nfa-our-community-single-person-wrapper .nfa-our-community-single-person-container {
		margin-bottom: 15px!important;
	}
	
	#nfa-our-community-our-people-wrapper #nfa-our-community-single-person-wrapper .nfa-our-community-single-person-title {
		font-size: 16px;
	}
	
	#nfa-our-community-our-people-wrapper #nfa-our-community-single-person-wrapper .nfa-our-community-single-person-function {
		font-size: 14px;
	}
	
	#nfa-our-community-our-people-wrapper .nfa-our-community-oneliner {
		font-size: 1.5rem;
		margin-bottom: 100px;
	}
		
	#nfa-our-community-our-people-wrapper #nfa-our-community-single-person-wrapper .nfa-our-community-single-person-container {
		width: calc( 50% - 15px );
		margin-bottom: 35px;
	}
}


@media only screen
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (orientation: portrait) {
	#nfa-our-community-our-people-wrapper .nfa-our-community-oneliner {
		font-size: 1.5rem;
		margin-bottom: 100px;
	}
		
	#nfa-our-community-our-people-wrapper #nfa-our-community-single-person-wrapper .nfa-our-community-single-person-container {
		width: calc( 50% - 30px );
		margin-bottom: 35px;
	}
}