.wrap-promo {
  width: 85%;
  position:center;
  border: 0px;
  background-color: #f0edef;
  padding: 10px;
  margin: 10px auto 30px;
}

div.wrap-promo h3 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-style: normal;
  text-shadow: 0 0 1px rgba(0,0,0,0.1);
  letter-spacing: 0px;
  line-height: 140%;
  font-weight: bold;
  text-align: center;
  margin: 5px 0px 0.3em;
}

div.wrap-promo p {
  font-size: 13px;
  font-style: normal;
  line-height: 130%;
  font-weight: normal;
  text-align: center;
  text-style:italic;
  margin-bottom:5px;
  margin-top:0px;
}

span.promo-color {
  color:#A5156C;
  font-weight:bold;
}

hr {
  display:block;
  height: 1px;
  width:80%;
  border: 0;
  border-top: 1px solid #E3E3E3;
  margin: 30px 0px 30px 10%;
}