.content-type-person_bio,
.page-subtitle{
 margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
.section-people .content-type__header,
.section-people .content-type__media{/*EARTH-1067*/
      width: calc(100% - 40px);
    margin: 0 20px;
}
.section-people .content-type__media {
  
}

}

.earth-people__subtitle {
  margin-bottom: 10px;
}

.earth-people__subtitle:before {/*TEMP: EARTH-1067*/
  content: "•";
  margin-right: 20px;
}

.section-people .field-s-person-image img{/*TEMP: EARTH-106, probably needs to be in ODE7*/
  max-width: 350px;
  max-height: 350px;
}

@media only screen and (min-width: 1024px) {
  .section-people .field-s-person-image img {
    margin-top: 30px;
}
}

.mmlist {
  width: 100%;
  margin-bottom: 20px;
}

h3.mediamentions-title {
  margin-bottom: 0;
}

.content-type-person__profilelink {
  font-size: 20px;
}

.content-type-person a{
  text-decoration: none;
}