@charset "UTF-8";

div.feature {
  padding: 0px;
  margin-bottom: 10px;
}

div.feature h1 {
  color: black;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0px;
  text-transform: uppercase;
}

div.feature p {
}

div.feature a { color: #c34d26; text-decoration: none; }
