.usp-item {
  padding: 16px 24px;
  background-color: #F2F2F1;
  border-radius: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.usp-item.is-style-white {
  background-color: #fff;
}
.usp-item .icon-wrapper {
  background-color: #C1D100;
  padding: 12px;
  border-radius: 8px;
}
.usp-item .inner-wrapper {
  flex: 1;
}
.usp-item .inner-wrapper p {
  margin-top: 0;
  margin-bottom: 0;
}
.usp-item .inner-wrapper p:has(strong) {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px; /* 116.667% */
  letter-spacing: 0.48px;
}
.usp-item .inner-wrapper p strong {
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
}