.careers .heading {
  background: #93cc18;
  border-radius: 8px 8px 0 0;
  padding: 23px 21px;
  min-height: 75px;
}
.careers  .heading  h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
}
.careers  .blog-post__read-minutes {
  background: #f88730;
  padding: 2px 13px;
  font-size: 12px;
  font-weight: 700;
  width:92%;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  top: -15px;
  display: inline-block;
  margin-left: 0;
}
section.custom-listing-wrapper .blog-post__read-more {
  -webkit-transition: all .25s ease-in-out 0s;
  transition: all .25s ease-in-out 0s;
}
section.custom-listing-wrapper .blog-post__read-more:hover {
    background: -webkit-linear-gradient(#ffb277 0%,#f88730 100%);
    background: linear-gradient(#ffb277 0%,#f88730 100%);
}
@media(min-width:1025px){
  .careers  .heading {
    background: #93cc18;
    border-radius: 8px 8px 0 0;
    padding: 23px 21px;
    min-height: 75px;
  }
  .careers  .heading h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

section.custom-listing-wrapper .blog-index__post-inner-card.no-image {
  padding-top: 1px;
}

