/* Features */
.block-views .view-mt-features.view {
  border-bottom: none;
}
.view-mt-features .views-row {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: none;
}
.view-mt-features .icon {
  width: 75px;
  height: 75px;
  border: 1px solid #252525;
  text-align: center;
  display: block;
  margin: 10px 0 11px 0;
}
.view-mt-features .icon i {
  font-size: 44px;
  color: #1e1e1e;
  line-height: 75px;
}
.views-field .views-field-title a{
  border:none;
}
.features-front-col{
  text-align: center;
}

.features-front-col i{
   font-size: 3.6em;
  color: #1e1e1e;
  line-height: 75px;
}
.footer-area .view-mt-features .icon {
  border-color: #a3a3a3;
}
.footer-area .view-mt-features .icon i {
  color: #a3a3a3;
}
.view-mt-features .views-row:hover .icon {
  border-color: #4187d1;
}
.view-mt-features h2 {
  margin-top: 4px;
  margin-bottom: 5px;
  text-transform: none;
}
.view-mt-features h2 a {
  font-size: 24px;
  font-weight: 700;
}
.view-mt-features p {
  padding-bottom: 5px;
}
#highlighted{
  padding-top:20px;
  padding-bottom: 20px;
  background:#eeeeee96;
  border-bottom:1px solid #c9cdd159;
}
@media (max-width: 767px) {
  .view-mt-features .views-row {
    margin-bottom: 40px;
    text-align: center;
  }
  .view-mt-features .icon {
    margin: 10px auto 15px;
  }
}
