.content-center {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .content-center {
    width: 98%;
    margin: 0 1%;
  }
}
.product-style h1 {
  font-size: 20px;
  font-weight: 500;
}
.product-style p {
  font-size: 14px;
  line-height: 30px;
  opacity: 0.8;
}
.product-style p:before {
  display: block;
  background: #7f7f7f;
  height: 1px;
  width: 40px;
  margin: 15px 0;
  content: "";
}
@media screen and (max-width: 768px) {
  .product-style h1 {
    font-size: 1.1rem;
  }
  .product-style p {
    font-size: .8rem;
    line-height: 25px;
  }
  .product-style p:before {
    display: block;
    background: #7f7f7f;
    height: 1px;
    width: 40px;
    margin: 10px 0;
    content: "";
  }
}
/*# sourceMappingURL=p_basic.css.map */
