/* Add custom CSS styles below */ 
.product-notes,
.product--delivery-notes {
  display: grid;
  grid-template-columns: 1fr;
}
.s-product-card-content-subtitle {
    line-height: 1.5rem;
    margin-bottom: .625rem;
    overflow: hidden;
    white-space: nowrap;
}