h1.bio-name {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
    margin-top: 0;
    text-transform: uppercase;
   font-weight: 700;
}
.row .row.bio-outer {
  margin-bottom: 2rem;
  display: flex;
}
.bio-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.bio-info {
    padding-top: 1.3rem;
    border-top: 1px solid #dcdcdc;
    width: fit-content;
}

body #page-content .bio-info p, body #page-content .bio-info a {
  font-size: 1rem;
}

body #page-content .bio-info p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 40em) {
  .row .row.bio-outer {
    display: block;
  }
  .bio-outer img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .bio-info {
    width: 100%;
  }
  h1.bio-name {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}















