.ees-product header {
  word-wrap: break-word;
  width: 100%;
  white-space: normal;
  word-break: break-word;
}
.ees-product header h1 {
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #e30017;
  text-shadow: 0 0 1px rgba(227, 0, 23, 0.3);
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 40px;
}
.ees-product header p {
  margin-top: 18px;
  font-family: "ITC Souvenir W01 Demi";
  font-size: 40px;
  margin-bottom: 28px;
}
.ees-product .ees-product-image {
  margin: 50px 16%;
}
.ees-product .ees-product-text ul {
  list-style-type: unset;
  /*padding-left: 40px;*/
}
.ees-product .ees-product-text ul li {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAXUlEQVQImXXNsQ2DMABE0WcLZQYvQMU6KGKaSMA0wDpEKSg9RZKGxihSBL853f3iQpbgjgdqbBgwV2gx+dEcPWRpLcM/z5ClN24n8hPLxxlbRH8hx4gFHV74luww7aZwEwQnQA7OAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  list-style-type: none;
  margin-bottom: 10px;
  background-position-y: .5em;
  padding-left: 2em;
}
@media only screen and (max-width: 768px) {
  .ees-product header h1 {
    font-size: 20px;
  }
  .ees-product header p {
    font-size: 28px;
  }
}
/*# sourceMappingURL=ees-product.css.map */

