/*# sourceMappingURL=http://localhost/eethuisima2025/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.row {
  display: flex;
}
.usps.row .usp {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 77px;
  --h3-margin-bottom: 0px;
}
.usps.row .usp p + p {
  margin-top: 5px;
}
.usps.row .usp figure {
  margin: 0 auto 20px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--icon-bg);
}
.usps.row .usp figure img {
  max-width: 24px;
}
@media (max-width: 692px) {
  .usps.row {
    flex-direction: column;
  }
}
.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;
  background-color: var(--primary);
  border-radius: 50px !important;
}
.usps-banner .card .card__image figure {
  max-width: 30px !important;
  max-height: 30px !important;
}
.usps-banner .card .card__image figure img {
  width: 50px;
}
@media (max-width: 692px) {
  .usps-banner {
    display: none !important;
  }
}
