.usp-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
}

.usp-item__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.usp-item__icon {
  height: 22px;
  width: auto;
}

.usp-item__text {
  white-space: nowrap;
  font-weight: 600;
}
