.picture--topic {
width: 120px !important;
height: 120px !important;
}
<img alt="" class="ml-4 picture--topic rounded-circle mb-3" src="Public/avatar.png"> <a class="text-center" href="#">
function lang($txt){
static $lang = array(
'home' => 'Главная страница',
);
return $lang[$txt];
}