.feature-content,
#home .feature-content {
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  margin: 0 auto 3em;
  max-width: 510px;
  padding: 2em;
}
@media only screen and (min-width: 768px) {
  .feature-content,
  #home .feature-content {
    padding: 3.5em 4em 4em;
  }
}
@media only screen and (min-width: 992px) {
  .feature-content,
  #home .feature-content {
    padding: 2.5em 1.4em 2em;
  }
}
@media only screen and (min-width: 1400px) {
  .feature-content,
  #home .feature-content {
    padding: 3.5em 4em 4em;
  }
}
.feature-content h3,
#home .feature-content h3 {
  color: #656263;
  font-size: 2.4rem;
  margin: .5em 0 .2em;
  text-align: center;
}
.feature-content h3 + p,
#home .feature-content h3 + p {
  font-size: 1.8rem;
  text-align: center;
  color: #656263;
  margin-bottom: .7em;
}
.feature-content img,
#home .feature-content img {
  height: auto;
  margin: 0px auto;
  display: block;
}
.feature-content p,
#home .feature-content p {
  font-size: 1.8rem;
}
