.product-info {
  text-wrap: pretty;
}

.product-info__icon {
  width: 24px;
  height: 16px;
  flex-shrink: 0;
  opacity: .65;
}

.product-info__text {
  color: #777777;
  line-height: .9;
  font-size: .8rem;
}

.product-info__title {
  font-weight: 700;
}

.product-info__payments {
  width: 183px;
  height: 16px;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .product-info__row--checkout {
    flex-wrap: wrap;
  }
  .product-info__row--checkout .product-info__text {
    flex: 1 1 auto;
  }
  .product-info__row--checkout .product-info__payments {
    margin-left: 2rem !important;
    margin-top: .5rem;
  }
}