.promo_label {
  display: block;
  position: absolute;
  top: -110px;
  right: -22px;
  width: 120px;
  height: 135px;
  background: url('../../assets/images/bubble.png') no-repeat center / contain;
  font-size: 16px;
  padding: 47px 25px 41px 33px;
  pointer-events: none;
  text-align: center;
  line-height: 1;

  >span {
    color: #333333;
    font-weight: 600;
    line-height: 18px;
    font-family: "Raleway", sans-serif;
  }
}
