.card-tip {
  background: #ffffff;
  border: 1px solid #eef2e8;
  border-radius: 12px;
  padding: 20px;
  margin: 25px;
  /*box-shadow: 0 10px 25px rgba(140, 198, 63, 0.1); */
  position: relative;
}
.card-tip::before {
  content: "Hinweis";
  position: absolute;
  top: -12px;
  left: 20px;
  background: #8cc63f;
  color: white;
  padding: 2px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
}
.card-tip p {
  margin-top: 10px !important;
  font-size: 16px;
  text-align: start;
}