/*# sourceMappingURL=https://demo.webbureau.nu/vanderhorst2025/Templates/Brand/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--brand {
  --card-border:0px solid transparent;
  --custom-font-size: 14px;
  background: white;
  position: relative;
  height: 150px;
}
.card.card--brand .card__title {
  text-align: center;
  --custom-font-size: 20px;
  padding-bottom: 10px;
  display: none;
}
.card.card--brand .card__content {
  border: 0px solid transparent !important;
  background: #000;
}
.card.card--brand svg {
  max-width: 120px;
  height: auto;
}
.card.card--brand figure {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 692px) {
  .card.card--brand figure img {
    min-width: 80%;
    max-width: 80%;
  }
}
.card.card--brand .card__image {
  border-radius: var(--card-border-radius);
  overflow: hidden;
}
.card.card--brand .card__image figure {
  display: flex;
  justify-content: center;
}
.card.card--brand .card__content {
  position: relative;
  z-index: 1;
  align-items: flex-start;
  justify-content: flex-start;
}
.card.card--brand .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--brand .card__read-more a {
  margin-left: 30px;
  margin-top: 30px;
}
.card.card--brand:hover .card__image:after {
  background-color: rgba(255, 255, 255, 0.49);
}
