/*# sourceMappingURL=https://demo.webbureau.nu/alusol2024//Templates/Modules/Usps/Css/main.less.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;
}
.usps-banner .card {
  --banner-height: 60px;
  --card-border: 0px solid transparent;
  --h3-margin-bottom: 0px;
  background: #ffffffd9;
}
.usps-banner .card .card__image {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  height: 60px;
  background-image: linear-gradient(var(--gradient-yellow), var(--gradient-red));
  margin: 10px;
}
.usps-banner .card .card__image figure {
  max-width: 30px !important;
  max-height: 30px !important;
}
@media (max-width: 692px) {
  .usps-banner {
    display: none !important;
  }
}
