.single .attachment-post-thumbnail{
  margin-bottom: 50px;
}
.post-meta.author{
  background-color: #f8f8f9;
  padding: 30px 30px 25px 30px;
  display: flex;
  min-height: 150px;
}
.post-meta.author .author-avatar{
  margin-right: 20px;
}
.portfolio .author, .related-project h3{
  text-align: center;
}
.related-project{
  margin-top: 50px;
}
.article-content .attachment-post-thumbnail {
    object-fit: contain;
    width: 100%;
    height: auto;
}
.article-content{
  padding-left: 0;
  padding-right: 30px;
}
@media screen and (max-width: 425px){
  .article-content{
    padding-left: 30px;
  }
}