.blogmainareafeed .blogPostsWrapper {
  display:flex;
  justify-content: space-between;
}
.blogmainareafeed .singlePostWrapper {
  width:30%;
  margin-right:3%;
  border: 1px solid #f4f4f4;
  padding:20px;
}
.blogmainareafeed .singlePostWrapper:last-child {
  margin-right:0
}
.blogmainareafeed .singlePostWrapper a {
  text-decoration:none!important;
}
.ggc-sm-button-blue {
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-family: sans-serif;
  background: #007078;
  color: #fff;
  border-radius: 6px;
  border-width: 0px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  text-shadow: none;
  line-height: 1.5em;
  padding: 4px 12px;
}
.ggc-sm-button-blue:hover {
  background:#406573;
}
.ggc-sm-button-blue:hover {
  color:#fff;
}
.blogmainareafeed .featured-image {
  background-size: cover!important;
  background-position: center !important;
  height: 130px;
  margin-bottom: 15px;
}
}