.boost {
  text-align: right;
  position: relative;
}

.boost__label {
  background: #fafafa;
  padding: 30px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  font-weight: 500;
  transform: rotate(12deg);
  text-align: center;
}

.boost__coffee {
  position: absolute;
  top: 70px;
  right: 120px;
  z-index: 2;
  transform: rotate(12deg);
}

.boost__coffee_2 {
  right: 245px;
  top: 85px;
  transform: rotate(-12deg);
  z-index: 4;
  width: 160px;
}