.wrap__logoHeader {
    display: flex;
}

.cstm-qr-btn {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
 
@media screen and (max-width: 425px) {
    .wrap__cstm-btn p {
        font-size: 10px;
    }

    a.cstm-btn {
        font-size: 14px;
        padding: 5px 21px ! IMPORTANT;
    }
}