.clean-pricing-item .ribbon {
  width: 160px;
  height: 28px;
  font-size: 11px;
  text-align: center;
  color: #000000;
  font-weight: 700;
  box-shadow: 0 2px 3px hsla(0,0%,53%,.25);
  background: #ccff33;
  -webkit-transform: rotate(45deg);
  transform: rotate(40deg);
  position: absolute;
  right: -39px;
  top: 0px;
  padding-top: 8px;
}

.clean-pricing-item {
  /*background-color: #fff;*/
  /*box-shadow: 0 2px 10px rgba(0,0,0,.075);*/
  /*border-top: 2px solid #5ea4f3;*/
  padding: 40px;
  overflow: hidden;
  position: relative;
  right: -12px;
}

