img.p-shop__logo {
  max-width: 30%;
}

@media screen and (max-width: 768px) {
img.p-shop__logo {
  max-width: 50% !important;
}
}