.my-product-categories-block {
  font-size: 18px;
  font-weight: 400;
  margin-top: 80px;
  margin-bottom: 10px;
  text-align: center;
}

.my-product-categories-block .pc-label {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}
.my-product-categories-block .pc-separator {
  margin: 0 10px;
  color: #777;
}
.my-product-categories-block .pc-cat {
  color: #333;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
.my-product-categories-block .pc-product {
  color: #333;
  font-weight: 600;
}

@media (max-width: 1920px) and (min-width: 1000px) {
  .my-product-categories-block {
    font-size: calc(18 / 1920 * 100vw);
    margin-top: calc(80 / 1920 * 100vw);
    margin-bottom: calc(10 / 1920 * 100vw);
  }
  .my-product-categories-block .pc-separator {
    margin: 0 calc(10 / 1920 * 100vw);
  }
}
