.pimage{
  width:100%;
  height:180px;
  overflow:hidden;
  border-radius:12px;
  background:#f8f8f8;
  margin-bottom:12px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.pimage img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}