.features {
  background: #f2f2f2;
  padding: 20px;
}

.center {
    text-align: center;
 	
}
  
.features .feature-items {
 display: flex;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom:  1em;
}


.features .feature {
	margin-top:  20px !important;
	min-width: 300px;
	max-width: 100%;
	width: 30%;
}


.features .feature-wrap {
	
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%
 
}

.features .feature-wrap h2 {
  margin-top: 10px;
   font-size: 24px;
	text-transform: uppercase;
}

.features .feature-wrap h4{
  margin-top: 1px;
  padding-top: 0;
  padding-left: 88px;
}

.features .feature-wrap .pull-left {
  margin-right: 25px;
}

.features .feature-wrap i {
  font-size: 38px;
  height: 60px;
  width: 60px;
  margin: 6px 3px;
  border-radius: 100%;
  line-height: 60px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 2px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 2px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
  font-weight: normal;
  font-style: normal !important;
}

.features .feature-wrap i:hover {
  background: #000;
  color: #fff;
  box-shadow: inset 0 0 0 2px #cf3c2a;
  -webkit-box-shadow: inset 0 0 0 2px #000;
  border: 1px solid white;
   
}

.features .feature-wrap  a:hover{
   text-decoration: none;
 
}