.pkp_site_name {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pkp_site_name::after {
    content: "Accord University Research Journal (AURJ)"; /* <-- Replace this with your journal name */
    font-size: 24px;
    font-weight: bold;
    color: #333;
}