.testi-note{ flex: 0 0 300px; background: rgb(var(--color-background)); border: 1px solid var(--ss-line); padding: 22px; border-radius: 2px; position: relative; }
@media screen and (max-width: 749px){ .testi-note{ flex: 0 0 260px; } }
.testi-note::before{ content: ""; position: absolute; top: -8px; left: 24px; width: 34px; height: 16px; background: repeating-linear-gradient(90deg, var(--ss-honey) 0 8px, transparent 8px 12px); opacity: 0.8; }
.testi-note__quote{ font-family: var(--font-heading-family); font-style: italic; font-size: 1.6rem; color: var(--ss-ink); line-height: 1.45; margin: 0; }
.testi-note__who{ margin-top: 14px; display: flex; justify-content: space-between; font-size: 1.216rem; color: var(--ss-olive); font-weight: 600; }
