.blog-details-author{
  display:flex;
  align-items:center;
  color:#0B1F4E;
}
.blog-details-author img{
  max-width:70px;
  margin-right:15px;
}
.blog-details-author .author{
  font-weight:bold;
  margin:0px;
  color:#0B1F4E;
}
.blog-details-author .description{
  font-size:14px;
  color:#0B1F4E;
  max-width:600px;
}