.our-people-view .views-view-responsive-grid {
	width:100%;
}

.people-list h3 {
	margin-bottom:0;
	position: relative;
  padding-top: 1.5rem;
  margin-top: 2rem;
}

.people-list h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px; /* adjust for desired line length */
  height: 4px;
  background-color: #ddd; /* UVA orange */
}

.people-list h3 a {
	color:#232d4b;
}