/* Put any custom CSS rules here */
.display_header + p::after {
  content: "Kia Center";
  display: block;
  margin-top: 4px;
  font-size: 13.5px; /* adjust as needed */
  color: #000; /* adjust color */
  font-weight: 400; /* optional styling */
}