/*# sourceMappingURL=http://localhost/thuisreiniging2025/App/Service/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--service {
  --custom-font-size: 14px;
  background: #fff;
  position: relative;
}
.card.card--service .card__image {
  border-radius: var(--card-border-radius);
  overflow: hidden;
}
.card.card--service .card__image figure {
  display: flex;
  justify-content: center;
}
.card.card--service .card__content {
  position: relative;
  z-index: 1;
  align-items: flex-start;
  justify-content: flex-start;
}
.card.card--service .card__read-more {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card.card--service .card__read-more a {
  margin-left: 30px;
  margin-top: 30px;
}
.card.card--service:hover .card__image:after {
  background-color: rgba(255, 255, 255, 0.49);
}
