/*
* used on about-us/contact-us page
*/

.staffList p {
  padding:0.5em 0.25em;
}
div.staffList > p:nth-of-type(even) {
  background: #eaf3f8;
}