.powderDetails img {
    width: 100%;
}

.powderDetails .center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.powderDetails .productQRCode+.btn {
    display: flex;
    justify-content: center;
    height: 36px;
    width: 230px;
}

#RightPanel .powderDetails {
    flex-direction: column;
}

