.product-short-description {
  margin: -10px 0 18px;
  color: #222;
  font-size: 16px;
  line-height: 1.65;
}

.product-short-description p {
  margin-bottom: 6px;
}

@media (max-width: 767.98px) {
  .product-short-description {
    margin: 4px 0 14px;
    font-size: 14px;
  }
}
