/*# sourceMappingURL=https://demo.webbureau.nu/ringelingtechniek2025//App/Usp/Templates/Cards/Css/Card.scss.map*/.cw1 {
  --cw:1;
}
.cw2 {
  --cw:2;
}
.cw3 {
  --cw:3;
}
.cw4 {
  --cw:4;
}
.cw5 {
  --cw:5;
}
.cw6 {
  --cw:6;
}
.cw7 {
  --cw:7;
}
.cw8 {
  --cw:8;
}
.cw9 {
  --cw:9;
}
.cw10 {
  --cw:10;
}
.cw11 {
  --cw:11;
}
.cw12 {
  --cw:12;
}
.card.card--usp .card__number {
  --custom-font-size: 50px;
  --custom-line-height: 50px;
  --custom-font-weight: 200;
  --custom-font-family: var(--title-font-family);
  --custom-color: var(--primary);
  /* opacity: 0.5; */
  z-index: 0;
}
.card.card--usp .card__header {
  position: relative;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  --h3-margin-bottom: 0px;
  align-items: center;
}
.card.card--usp .card__header h3 {
  text-align: center;
}
.card.card--usp .card__title {
  flex-grow: 1;
}
.card.card--usp .card__content {
  border: 0px solid transparent !important;
  text-align: center;
  justify-content: flex-start;
}
.card.card--usp figure {
  padding: 15px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 692px) {
  .card.card--usp figure {
    height: 200px;
  }
}
.card.card--usp .card__body .card__number {
  min-width: 100px;
  height: 100%;
}
@media (width < 992px) and (width > 692px) {
  .card.card--usp .card__number {
    --custom-font-size: 30px;
    --custom-line-height:30px;
  }
  .card.card--usp .card__header {
    --custom-font-size: 18px;
  }
}
