/* Section 2 */
.benefit { margin: 3em 0 0; text-align: center;}
  .bnf-icon {
    background: #fd9d6f;
    width: 70px;
    height: 70px;
    margin: 0 auto .5em;
    font-size: 2.2rem;
    color: #fff2ec;
    text-align: center;
    line-height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .bnf-icon i {
    text-shadow: 3px 3px 8px rgba(193, 79, 24, 0.4);
  }

/* Section 3 */
.section_3 { 
  position: relative;
  background: transparent;
  padding: 4em 0;
  min-height: 100px;
}
.section_3:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  background: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section_3 h2 { position: relative; z-index: 2;}