.saas-featured-resource-5 {
  padding: 20px 0 20px;
}

.saas-featured-resource-5 .header-content {
  text-align: center !important;
  margin: 0 auto !important;
  max-width: 480px !important;
  width: 80% !important;
  margin-bottom: 0px !important;
}

.saas-featured-resource-5 .header-content h4 {
 font-size 1em !important;
  font-weight: bold !important;
 text-align: center;
}

.post-boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center !important;
}

.post-box {
  width: 80% !important;
  margin-bottom: 40px !important;
}

.pb-image {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}

.pb-image:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.pb-content {
  background: #2E3236;
  padding: 15px 30px 45px;
}

.pb-content h3 {
  color: #fff;
  margin: 0;
  min-height: 95px !important;
  font-size: 1.2em !important;
}

.pb-content h4 {
  color: #fff;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.555555555555556;
}
/* added by mike */
.blog-post__tags {margin-bottom: 10px;}
.blog-post__tags span {fill: #FFF;}

.blog-post__tags svg {width:16px !important; height: 16px !important; padding-top: 4px !important;}
.blog-post__tags a {
  padding: 6px 10px;
  background: #6fb148;
  color: #FFF;
  border-radius: 20px;
  font-size: 0.7em !important;
  text-decoration: none !important;
}
.blog-post__tags a:hover {
  background: #DDD !important;
  color: #6fb148 !important;
}


.pb-bottom .button {
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  width: 100%;
  text-align: center !important;
}


.see-all-cta-section {
  text-align: center;
}
  
.see-all-cta-section .button {
  width: 260px;
}


.see-all-cta-section .button:not(:first-child) {
  margin-left: 24px;
}

@media (max-width: 1124px)
{
  .pb-content h3 {
  font-size: 1em !important;
  min-height: 80px !important;
  }
  .post-box {
  width: 100% !important;
  margin-bottom: 40px !important;
  }
}


@media (max-width: 767px) {
  .post-box {
    width: 100%;
  }
  
  .see-all-cta-section .button {
    display: block;
    margin: 10px auto;
  }
  
  .see-all-cta-section .button:not(:first-child) {
    margin: 10px auto !important;
  }
}
