#communities .communities-banner-text-wrap{
  margin-bottom:50px;
}
#communities .communities-text-wrap {
  padding: 60px 0 30px 0;
}
#communities .communities-text-wrap .description p {
  font-size: 18px;
  font-weight: 400;
  color: #2e2e2e;
}
#community-post .community-post-primary-heading {
  font-size: 32px;
  font-weight: 600;
  color: #2e2e2e;
}
#community-post .community-post-secondary-heading {
  font-size: 14px;
  color: #909090;
  margin-bottom: 20px;
}
#community-post .article-wrap {
  padding: 19px 15px;
  border: 1px solid #eee;
  border-top: none;
}
#community-post .article-wrap .article-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8em;
  color: #4c4c4c;
}
#community-post .article-thumbnail {
  width: 100%;
}
#community-post .custom-buttom {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #f33;
  padding: 10px 28px;
  border-radius: 30px;
  display: block;
  margin: 45px auto;
  text-decoration: none;
  border: 1px solid #f33;
  width: fit-content;
}
#community-post .post-wrap {
  padding-top: 30px;
}
#community-post .post-wrap .post-image {
  width: 85%;
}
#community-post .post-wrap .second-column {
  padding-left: 30px;
}
#community-post .post-wrap .second-column .post-title {
  font-size: 24px;
  font-weight: 600;
  color: #2e2e2e;
  display: inline-block;
  margin-bottom: 20px;
}
#community-post .post-wrap .second-column .post-description {
  font-size: 16px;
  font-weight: 400;
  color: #4c4c4c;
  margin-bottom: 30px;
}
