.p-create-pc__sub-title {
  font-size: clamp(16px, 0.8214rem + 0.8929vw, 20px);
}
.h2__has-eng-campaign::before,
.h2__has-eng-feature::before,
.h2__has-eng-grade::before,
.h2__has-eng-lineup::before,
.h2__has-eng-recommend::before {
  content: none;
}

@media screen and (max-width: 767px){
  .p-creator-pc__recommend .pc-reccomend__card-list {
    overflow-x: scroll;
    width: 100%;
    max-height: unset;
  }
  .p-creator-pc__recommend .pc-reccomend__card-list > ul {
    grid-template-columns: repeat(4, 1fr);
    width: 600px;
  }
  .p-creator-pc__recommend .pc-reccomend__card-list > ul >li {
    width: 227px;
  }
}

.p-create-pc__product-list{
  display:grid;
  gap:30px;
  grid-template-columns: repeat(3, 1fr);
}
.p-create-pc__product-list .c-button--primary-white{
  width:100%;
}
@media screen and (max-width: 767px){
  .p-create-pc__product-list{
    gap:10px;
    grid-template-columns: repeat(1, 1fr);
  }
}