.saas-featured-resource-4 {
  padding-bottom: 90px;
}
.saas-featured-resource-4 .header-content {
  text-align: center;
  margin: 0;
}
.saas-featured-resource-4 .header-content h2 {
  color: #000;
  line-height: 43px;
  font-size: 36px;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  margin: 0 0 5px;
}
.saas-featured-resource-4 .header-content h3 {
  font-weight: 300;
  color: #000;
  font-size: 21px;
  line-height: 30px;
  max-width: 645px;
  margin: 0 auto;
  font-family: source sans pro;
}
.saas-featured-resource-4 .page-center > .row-fluid-wrapper > .row-fluid > span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.saas-featured-resource-4 .featured-resource-item .featured-resource-text {
  flex: auto 1 1;
  padding: 30px 40px;
}
.saas-featured-resource-4 .featured-resource-item .featured-resource-arrow {
  flex: 84px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.saas-featured-resource-4 .featured-resource-item h2 {
  font-size: 30px;
  line-height: 39px;
  font-weight: 300;
}
.saas-featured-resource-4 .featured-resource-item p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin: 0;
}

.saas-featured-resource-4 .featured-resource-item {
  display: inline-block;
  padding: 0;
  text-align: left;
  width: 100%;
}
.saas-featured-resource-4 .featured-resource-image {
  height: 200px;
  margin-bottom: 28px;
  background: none;
}
.saas-featured-resource-4 .featured-resource-bottom {
  padding: 0 32px 0; 
  font-size: 24px;
  line-height: 30px;
}
.saas-featured-resource-4 .featured-resource-top {
  display: flex;
  justify-content: space-between;
  padding: 0 32px 15px 32px;
}


.saas-featured-resource-4 .featured-resource-item h3 {
  padding-right: 15px;
  margin: 0;
  line-height: normal;
  font-size: 18px;
}

.saas-featured-resource-4 .see-all-cta-section {
  text-align: center;
  margin-top: 50px;
}
.saas-featured-resource-4 .see-all-cta-section > a {
  margin: 10px;
}
.saas-featured-resource-4 .see-all-cta-section > a:empty {
  display: none;
}

.saas-featured-resource-4 .featured-resource-bottom-cta {
  text-align: center;
  margin-top: 30px;
}
.saas-featured-resource-4 .featured-resource-image-wrapper {
  background: #fff;
}

.saas-featured-resource-4 .featured-resource-bottom-cta .button {
  width: calc(100% - 65px);
  position: absolute;
  left: 50%;
  bottom: 33px;
  transform: translateX(-50%);
}

@media(max-width: 992px) {
  .saas-featured-resource-4 .featured-resource-bottom {
    padding: 0 25px 0;
    font-size: 20px;
    line-height: 26px;
  }
    padding: 0 25px 15px;
  }
  .saas-featured-resource-4 .featured-resource-item h3 {
    font-size: 16px;
  }
  .saas-featured-resource-4 .featured-resource-bottom-cta .button {
    width: calc(100% - 50px);
  }
}

@media(max-width: 767px) {
  .saas-featured-resource-4 .page-center > .row-fluid-wrapper > .row-fluid > span {
    display: block;
  }
  .saas-featured-resource-4 .featured-resource-bottom {
    padding: 15px 30px 30px 30px;
  }
  .saas-featured-resource-4 .featured-resource-bottom-cta .button {
    position: static;
    width: 100%;
    transform: none;
  }
  .saas-featured-resource-4 .span4 {
    padding-bottom: 0 !important;
    position: static !important;
  }
  .saas-featured-resource-4 .featured-resource-top {
    padding: 0 30px 0;
  }
}

@media(max-width: 475px) {
  .saas-featured-resource-4 .featured-resource-item {
    display: block;
  }
  .saas-featured-resource-4 .featured-resource-item .featured-resource-text {
    padding: 40px 20px;
  }
  .saas-featured-resource-4 .featured-resource-item .featured-resource-arrow {
    padding: 20px 0;
  }
}