/*
 * SD about text — closing store description.
 *
 * Measured on the reference: this block is the only one that sits on a tinted
 * band. Its `.content--last` wrapper is #f4f4f4 with 25px of vertical padding,
 * and the block measures 323.5px at 1440 (qa-log M-22).
 */
.sd-abouttext-block {
  background: var(--sd-bar);
  padding: 25px 0;
}
.sd-abouttext { padding: 4px 0 6px; max-width: 980px; }
.sd-abouttext blockquote {
  margin: 0 0 14px; padding: 0;
  font-size: 1.3em; font-weight: 100; line-height: 1.35em; color: #000;
}
.sd-abouttext p { margin: 0 0 12px; color: #4c4d4f; }
