.people_module {
  display: block;
}

.people_module .flex-grid .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.people_module .project-title {
  color: #413737;
  font-family: "Argent CF";
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 9px;
}

.people_module .project-title a {
  color: #413737;
}

.people_module .the-excerpt {
  width: 100%;
  color: #413737;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 24px;
}


.people_module .small-info {
  color: #838E83;
  font-family: Helvetica;
  font-size: 12px;
  letter-spacing: 2.25px;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.people_module .read-more {
  color: #413737;
}

.people_module .read-more a {
  text-decoration: underline;
  height: 24px;
  color: #413737;
  font-size: 16px;
  line-height: 24px;
  font-family: "FolioStd-Medium";
}

.people_module .thumb {
  height: 264px;
  width: 100%;
  overflow: hidden;
  align-items: center;
  margin-bottom: 8px;
}

.people_module .thumb img {
  object-fit: cover;
  height: 100%;
}

.people_module p {
  margin: 0;
  padding: 0;
}

.people_module .col-3 {
  padding: 0;
  width: 264px;
  max-width: 264px;
  overflow: hidden;
}

.people_module .col-2 {
  width: 50%;

}

.people_module .col-1 {
  width: 100%;
  /* padding-bottom: 10px; */
}

.people_module .col {
  margin-top: 12px;
  margin-right: 59px;
}

.people_module .col:nth-child(4n) {
  margin-right: 0;
}

/*
@media screen and (max-width: 968px) {
		.people_module .col-3 {
			width: 45%;
			margin: 0;
			margin-right: 10%;
		}
		.people_module .col:nth-child(2n) {
			margin-right: 0;
		}
}
*/
