/*-----------------------------------*\
  #Post Page Content Seo Design
\*-----------------------------------*/

.article-details img {
  width: 100%;
}

.article-details h1 {
  font-size: 22px;
  margin-top: 24px;
}

.article-details h2 {
  margin-bottom: 1px;
}

.article-details h3 {
  margin-bottom: 1px;
}

.article-details h4 {
  margin-bottom: 1px;
}

.article-details p {
  font-size: 14px;
}


/*-----------------------------------*\
    #Social Share Buttons
  \*-----------------------------------*/

.socialShare {

  display: flex;
  align-items: center;
  justify-content: center;

}

.shareBtn {
  margin: 1rem;
  font-size: 30px;
}

.shareBtn:hover {
  transform: scale(1.2);
}