.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;
  }
}
