css selector for sibling element

CSS
/* Paragraphs that come immediately after any image */
img + p {
  font-weight: bold;
}
Source

Also in CSS: