
.pchidden {
  display:none !important;
}
@media screen and (max-width: 530px) {
  .pchidden {
    display: flex !important;
  }
}