

/* Page title */

@media only screen and (max-width: 1199px) {
  .page-title h1 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 979px) {
  .page-title h1 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .subtitle {
    padding: 0px 0 5px;
  }
}

@media only screen and (max-width: 979px) {
  .subtitle {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1199px) {
  .wrapper-latest__about .product-detail-wrapper__about h3 {
    font-size: 18px;
  }
}