<style>
.exemplo-2 .barra{
width: 100%;
border: 1px solid #dedede;
background-color: white;
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
}
.exemplo-2 a.marca{
display: block;
width: 150px;
background-color: #472479;
color: white;
padding: 10px 20px;
font-size: 20px;
text-align: center;
font-weight: bold;
}
.exemplo-2 .usuario{
background: #dedede url('https://images2.imgbox.com/8f/88/ajSa48dz_o.png') no-repeat center;
background-size: 115% auto;
background-position: center top;
width: 40px;
aspect-ratio: 1;
border-radius: 50%;
}
.exemplo-2 > .exemplo{
}
@media (max-width: 680px){
.exemplo-2 a.marca{
width: 100px;
padding: 8px 16px;
font-size: 15px;
}
.exemplo-2 .usuario{
width: 28px;
}
}
</style>