.node-detail ul{
   padding-left: 20px;
}
.node-detail ul li{
   list-style: disc;
}

.about-author__name {
  margin: 0 0 0.5rem 0;
  font-size: 2.5rem;
}

.about-author__avatar {
  float: left;
  margin: 0 1rem 0.5rem 0;
}

.about-author__avatar img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  display: block;
}

.about-author__bio {
  overflow: hidden;
}