.article-author .authordetails {background: #6f845e26;padding: 20px;}
.article-author h1 {font-size: 18px;font-weight: 800;letter-spacing: 0;}
.article-author .imageandname h4 {margin: 0;font-size: 18px;letter-spacing: 0;text-transform: capitalize;}
.article-author .imageandname h4 span {display: block;font-size: 14px;font-weight: 500;}
.article-author .imageandname {display: flex;column-gap: 1rem;margin-bottom: 1rem;}
.article-author img {max-width: 7rem;width: 6rem;height: 6rem;border-radius: 50%;object-fit: cover;object-position: center;}
@media only screen and (max-width: 767px) {
  .article-author img {width: 5rem;height: 5rem;}
}