h3::after {
    content: "Exhibition Entry: 10AM - 8PM\A Student Entry: 4PM (for both the days.)";
    white-space: pre-line;   /* required for \A to work */
    display: block;
    margin-top: 6px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}
