.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap .fa {
  background: #ffffff none repeat scroll 0 0;
  border: 3px solid #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 0 5px #f2f2f2 inset;
  color: var(--ws-dark);
  float: left;
  font-size: 40px;
  height: 80px;
  line-height: 76px;
  margin: 3px 25px 3px 3px;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 80px;
}

.feature-wrap h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Open Sans",sans-serif;
  color: #4e4e4e;
  margin-top: 10px;
}

.feature-wrap h3 {
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans",sans-serif;
}

