.section-kb-features {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
}
.section-kb-features .kb-feat-block {
  background: #ffffff;
  border: 1px solid #ebebeb;
  position: relative;
  margin: 12px 0 42px;
  padding: 24px 24px;
}

.section-kb-features .kb-feat-block span.fa {
  font-size: 24px;
  left: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin-left: -21px;
  top: -21px;
  opacity: 1;
  position: absolute;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  background: #40c1f0;
  color: #ffffff;
}
.section-kb-features .kb-feat-block h2 {
  margin-top: 12px;
  /*text-transform: uppercase;*/
  font-size: 22px;
  color: #626262;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  position: relative;
  color: orange;
  font-weight: bold;
}
.section-kb-features .kb-feat-block h2:after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  content: '';
  bottom: -8px;
  left: 50%;
  display: block;
  width: 32px;
  margin-left: -16px;
  height: 2px;
  background: #40c1f0;
}
.section-kb-features .kb-feat-block p {
  /*color: #8d8d8d;*/
  font-size: 17px;
}
.section-kb-features .kb-feat-block:hover span.fa {
  color: #8d8d8d;
  background: #ceeffb;
}
.section-kb-features .kb-feat-block:hover h2:after {
  background: #ceeffb;
  width: 32px;
  height: 2px;
}


/* RESPONSIVE STYLING */

@media only screen and (min-width: 1080px) {
  .section-kb-features .kb-feat-block {
    height: 240px;
  }

  .section-kb-features .kb-feat-block.flex {
    height: inherit;
  }  

}