/*-----------------------------------*\
  #Post Page Content Seo Design
\*-----------------------------------*/

.article-details img {
  width: 100%;
}

.article-details h1 {}

.article-details h2 {}

.article-details h3 {}

.article-details h4 {}

.article-details p {}

.post-content{
  margin-top: 20px;
}

.article-details img{
  width: 100%;
}

.sub-heading{
  line-height: 50px;
}

.minor-heading{
  line-height:45px;
}

/*-----------------------------------*\
  #Social Share Buttons
\*-----------------------------------*/

.socialShare{
    
  display:flex;
  align-items:center;
  justify-content:center;
   
}

.shareBtn{
  margin:1rem;
  font-size:30px;
}

.shareBtn:hover{
  transform: scale(1.2);
}
