.custom-product-usp {
  display: flex;
  align-items: center;
  gap: 0.6em;
}

.custom-product-usp__icon {
  flex: 0 0 16px;
  stroke: currentColor;
  width: 1.2em;
}

.custom-product-usp__label {
  font-size: 12px;
  line-height: 18px;
}

@media screen and (min-width: 768px) {
  .custom-product-usp__label {
    font-size: 14px;
    line-height: 20px;
  }
}
