These are different views so can't use the same class for this case.
I added this custom css to style for the heading on Podcast page:
.podcast-categories-list .row-cols-lg-3 h1 {
width: 100%;
text-align: center;
margin: 0;
font-size: var(--h1-font-size);
font-weight: 800;
}
.podcast-categories-list .row-cols-lg-3 h1:after {
content: "";
background-image: url("../../images/pattern-1.png");
background-repeat: no-repeat;
width: 195px;
height: 16px;
display: block;
margin-left: auto;
margin-right: auto;
}
Kindly check.