/* Contact Form 7 success message after submit */
.bb-cf7-thank-you {
  display: block;
  text-align: center;
  padding: 32px 24px;
}

.bb-cf7-thank-you h3 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #10202c;
}

.bb-cf7-thank-you p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  color: #10202c;
}
