/**
 * OUR PEOPLE
 */
#our-people-section {
	background-position: top right;
}

/**
 * RESPONSIVENESS
 */

/* Mobile */
@media screen and (max-width: 768px) {
	#our-people-section.et_pb_section_2 {
		background-image: none;
	}
	#our-people-section .fessa-home-header h2 {
		text-align: center;
	}
	#our-people-section .et_pb_button_module_wrapper {
		text-align: center;
	}
}