.kb-tit { flex-wrap: nowrap; }
.kb-tit__text { line-height: 1.3; }
.kb-tit__image { display: block; height: auto; }
.kb-tit__image--placeholder { opacity:.6; font-style: italic; white-space: nowrap; }

/* Responsywność */
@media (max-width: 640px) {
  .kb-tit { flex-direction: column; text-align: center; gap:1px!important;}
  .kb-tit__image-link, .kb-tit__image { margin: 0px 0; }
  .kb-tit__text { line-height: 1.1; }
  
}
