.brembo h1 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #194d99;
}

.brembo p {
  margin: 0 0 20px;
  line-height: 1.5;
}

.brembo .product_read  {
  margin: 0 0 47px;
  line-height: 1.5;
}
.brembo .product_read .flex_box {
  display: flex;
  justify-content: space-between;
}
.brembo .product_read .flex_box p {
  width: 48%;
}
.brembo .product_read .flex_box img {
  width: 48%;
}

.brembo .spec .table_cover td span {
  display: block;
  font-size: 11px;
}

.item_product article {
  margin: 0;
}
.item_product .item_box {
  margin: 25px 0;
}

.item_product .spec table th,
.item_product .accessories table th {
  background-color: #ABB8C3;
}


/*media query*/
@media screen and (max-width:768px) {
  .brembo .product_read .flex_box {
    flex-direction: column;
  }
  .brembo .product_read .flex_box p {
    width: 100%;
  }
  .brembo .product_read .flex_box img {
    display: block;
    width: 100%;
  }
}