


#biography-page-main-content{
    padding: 5rem 1rem 5rem 1rem;
}
.biography__title{
    padding-bottom: 3rem;
}
#biography-page-main-content p{
    font-size: 1.3rem;
    line-height: 1.5;
}
.biography__portrait {
  max-width: 100%;          /* never exceed screen width */
  margin: 2rem auto;        /* center it with space */
}

.biography__portrait-img {
  display: block;
  width: 100%;              /* take up full width of container */
  height: auto;             /* keep correct aspect ratio */
  object-fit: contain;      /* make sure no stretching */
}


 /** Desktops styles start here*/
@media (min-width: 1024px) {

  #biography-page-main-content{
    padding: 15rem 30rem;
  }
}