<div class="block">
<div class="circle" />
<h5>Имя Фамилия </h5>
<h4>632</h4>
</div>
.block {
background-color: #ccc;
width: 80%;
height: 45px;
margin: auto;
margin-top: 25px;
border-radius: 30px;
display: flex;
}
.block h5 {
margin-left: 5px;
display: flex;
align-items: center;
}
.circle {
width: 45px;
height: 45px;
border-radius: 50%;
background-color: rgb(45, 204, 204);
}
text-align: right;
или justify-content: flex-end;