.description p:first-child {
  font-size: var(--base-font-size);
  text-align: center;
}

@media screen and (min-width: 1366px) {
  #bio-pic {
    position: sticky;
    top: 32px;
  }
}
