.single-project .info-post-single {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.single-project .info-post-single .author-post {
  display: flex;
  margin-right: 10px;
  align-items: center;
}
.single-project .info-post-single .img-wrap {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  margin-right: 10px;
}
