/*
@include max($tablet) {
	height: 60px;
}
*/
.kc-teaser {
  --kc-teaser-background-color: transparent;
  --kc-teaser-title-text-align: center;
  --kc-teaser-description-text-align: center;
  --kc-teaser-description-font-size: var(--p-font-size);
  --kc-teaser-title-margin: 20px 0 0;
  --kc-teaser-title-font-weight: 500;
  --kc-teaser-title-line-height: 1.3;
  --kc-teaser-background-color: white;
  --kc-teaser-padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-top: 4px solid var(--primary-color);
}
@media (max-width: 1024px) {
  .kc-teaser {
    --kc-teaser-padding: 30px;
  }
}
@media (max-width: 960px) {
  .kc-teaser {
    --kc-teaser-media-container-width: 50%;
    --kc-teaser-media-container-margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .kc-teaser {
    --kc-teaser-padding: 20px;
  }
}