.people_container {
  margin: 0 auto;
  max-width: 70em;
}
.column.three {
  width: 35%;
  height: 100%;
  margin-right: 50px;
}
.column.three h1 {
  color: #f37022;
  text-align: center;
}

article {
  display: flex;
  flex-direction: row;
  margin-bottom: 0 !important;
  padding: 3em 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  article {
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important;
    padding: 3em 1em;
    border-bottom: 1px solid #ddd;
  }
  .column.three {
    width: 35%;
  }
}

.people-name {
  color: #222;
  text-decoration: none;
}

.meta-post {
  /* color: #ccc; */
  font-weight: 400;
}

article p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
  box-sizing: border-box;
  margin-bottom: 0;
  margin-top: 0.67em;
  clear: both;
  outline: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  background: transparent;
  outline-style: solid;
}
