.qode-simple-quote-text-title {
  /* Never get smaller than this */
  font-size: 25px;
}

@media (min-width:600px) {
  h2 {
    font-size: 16px;
  }
}

@media (min-width:800px) {
  h2 {
    font-size: 18px;
  }
}

@media (min-width:1000px) {
  h2 {
    /* Never get larger than this */
    font-size: 32px;
  }
}

#wpcf7-f3-p608-o1 > form > div.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
  color: black;
}