.special-offer {
  border: 5px solid #ff9900;
  border-radius: 3px;
  margin: 3em 0;
  padding-bottom: 2em;
  font-size: 1.2em;
  line-height: 1.46em;
}

#content .special-offer h2 {
  position: relative;
  font-size: 2em!important;
  line-height: 1.2em;
  font-weight:bold!important;
  background: linear-gradient(#ff9900, #ffcc33);
  color: #cc0000!important;
  text-align: center;
  padding: 30px;
  margin-top: 0;
}

#content .special-offer h3 {
  font-size: 1.6em!important;
  font-weight:bold!important;
  color: #0099cc!important;
  text-align: left;
  padding: 0 30px;
  margin: 1.6em 0 1em;
}

.special-offer h2:after {
  content:'';
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ffcc33;
}

.special-offer h2 span {
  color: #fff;
}

.special-offer p {
  margin: 0 0 1em;
  padding: 0 30px;
}

.special-offer ul {
  margin: 0 0 1em;
  padding-right: 30px;
  border-left: 0;
  list-style-type: none
}

#content .special-offer ul li {
  position: relative;
  background: transparent;
  padding: .5em 0 .5em 30px;
  margin: 0;
}

.special-offer ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: .5em;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;

  border-left: 15px solid #ff9900;
  border-right: 0;
  border-radius: 0;
  background: transparent;
}

.special-offer ul:before {
  display: none
}
