Now I use this method:
<div class="logo"> <img class="avatar" src="..."> <div class="text"> <p class="title">...</p> <p class="subtitle">...</p> </div> </div> Those. The text class serves as a wrapper for title and subtitle . The wrapper is located to the right of the image, and then inside it there are two blocks of text one after another vertically.
The question arose: is it possible to somehow do the same using auto margins, align-self and other similar useful things, such as flexbox-related things, but without a wrapper?
Without using absolute positioning and other techniques.
Thank.

.titleLensky, I mean a wrapper for.titleand.subtitle- zhurof