.rp-title, .addon-title, .cl-title, .mc-title, .faq-title {
  background-color: #2c2c2c;
  border: 2px solid #000;
  box-shadow: 3px 3px 0 #111;
  color: white;
  width: 500px;
  margin: 10px auto;
  padding: 15px;
  text-align: center;
  font-family: Arial, sans-serif;
}