[html]<div class="anketa"><shapka><img src="https://i.pinimg.com/564x/06/c9/ce/06c9ce25494f1bb00ad8007422667e73.jpg"> <info><n>name surname</n>
<tr>имя фамилия</tr>
</info></shapka><img src="https://forumavatars.ru/img/avatars/0019/cb/9c/18-1704780332.png"></div>
<style>
.anketa {
    width: calc(100% - 62px);
    background: var(--fortext);
    border-radius: 15px;
    padding: 15px 30px;
    border: 1px solid var(--border);
}
shapka {
    height: 200px !important;
    display: flex;
    align-items: center;
    gap: 25px;
    width: 100%;
    flex-direction: row;
}
.anketa shapka img {
    width: 50%;
    height: 150px;
    object-fit: cover;
    border-radius: 15px;
    outline: 1px solid var(--bg);
    outline-offset: 5px;
}
info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}
n {
    font-family: Galatea Gothic;
    font-size: 40px;
    text-transform: lowercase;
    color: var(--bg);
    text-shadow: 1px 0px #883726;
}
tr{
font-family: Helvetica Neue;
    font-size: 11px;
    text-transform: lowercase;
</style>[/html]