.pc-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* important for mobile */
  margin-top: 30px;
}

.pc-panel {
  width: 300px;
  text-align: center;
}

.pc-panel canvas {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid #ccc;
  background: #fff;
}

.pc-title {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 600;
}