p.author {
  position: relative;
  padding-left: 40px; /* Adjust based on the image width */
}

p.author::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px; /* Adjust the size as needed */
  height: 30px; /* Adjust the size as needed */
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  transform: translateY(-50%);
}

tr.border_bottom td {
  border-bottom: 1px solid black;
}