/* Target any div where the class attribute contains the word 'description' */
div[class*="description"] {
  font-style: italic !important;
  opacity: 0.85;
}