/* Блок звичайний, значок — абсолютом. Через flex вміст із кількох елементів
   (заголовок + абзац + список) ставав рядком і вилазив за екран. */
.a20-note,.mk-note{position:relative;background:#f4f2f0;
 border:1px solid #e2ddd8;border-radius:12px;padding:15px 18px 15px 52px;
 font-size:.95rem;line-height:1.6;color:#3a3632;margin:22px 0 0}
.a20-note::before,.mk-note::before{content:"i";position:absolute;left:18px;top:17px;
 width:21px;height:21px;display:flex;
 align-items:center;justify-content:center;border-radius:50%;background:#6e6660;color:#fff;
 font:italic 700 12px/1 Georgia,serif}
.a20-note>p,.mk-note>p,.a20-note>ul,.mk-note>ul{margin:0}
.a20-note>*+*,.mk-note>*+*{margin-top:8px}
.a20-note strong,.mk-note strong{color:#1f1c1a}