.intro {
  margin-bottom: 40px;
}
.gallery {
  /*height: 350px;*/
  position: relative;
}
  .gallery .transparent {
    background-image: url(/npmap/gallery/assets/img/transparent.png);
    bottom: 35px;
    color: #fff;
    padding: 15px 20px;
    position: absolute;
  }
    .gallery .transparent h2 {
      color: #fff;
      font-size: 36px;
      margin-bottom: 6px;
      margin-top: 0;
    }
    .gallery .transparent a {
      color: #e2ad00;
      font-size: 18px;
      font-weight: bold;
    }
.features {
  margin-top: 25px;
}
  .features .feature {
    border: 1px solid #d8d8d8;
  }
    .features .feature .title {
      background: #fbf9f5;
      border-bottom: 1px solid #d8d8d8;
      padding: 11px 14px;
    }
      .features .feature .title h3 {
        color: #5d752f;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 4px;
        margin-top: 0;
      }
      .features .feature .title p {
        color: #82817f;
        font-size: 12px;
        margin-bottom: 0;
      }
    .features .feature .content {
      padding: 11px 14px 20px 14px;
    }
      .features .feature .content p {
        font-size: 14px;
      }
    .features .tools .feature img {
      margin-left: -5px;
    }
@media (max-width: 414px) {
  .features .col-xs-6 {
    margin-top: 25px;
  }
}
