/* Start custom CSS *//* Make the wholesale gold title bolder and more prominent */
article h2:first-of-type {
  font-weight: 900 !important;
  font-size: 2.5em !important;
  color: #d4a017 !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1) !important;
  margin: 30px 0 !important;
}/* End custom CSS */