@media screen and (max-width: 960px) {

    .info-conta {
        height: 60px;
        width: 100%;
        padding: 5px 3%;

        border-radius: 30px;
    }

    .img-conta,
    .img-conta img {
        height: 50px;
        width: 50px;
        border-radius: 100%;

        display: flex;
        justify-content: center;
    }

    .img-conta .img-barbeiro {
        border: solid 3px #9b603c;
    }

    .txt-conta a{
        font-family: Espiritu;
        font-weight: 10;
        text-decoration: none;
    
        font-size: 10px;
        color: #11100f;
    }
    
    .txt-conta a.href:hover{
        cursor: pointer;
        transition: .2s;
        color: #fff;
    }
}