.pc-block .pc-header {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.pc-block .pc-block-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.pc-block ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.pc-block ul li {
  border-radius: 6px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: solid 1px #e0e0e0;
}
.pc-block ul li .pc-title {
  flex-grow: 1;
}
.pc-block ul li .pc-icon {
  min-width: 36px;
  min-height: 36px;
  background: var(--pc-icon);
  background-repeat: no-repeat;
  background-position: center;
}

/* .pc-block ul.pc-pros li {
	background-color: #eaffe5;
	border-color: #9ae484;
}
.pc-block ul.pc-cons li {
	background-color: #ffefe7;
	border-color: #ffbf9d;
} */
