/* Resource font size */
@media (min-width: 768px) {
    .tui-engageArticleTitle__title {
        font-size: 26px;
font-weight: 500;
    }
}

/* Survey font size */
.tui-engageSurveyVoteTitle__title {
    font-weight: 500;
    font-size: 26px;
}

/* Playlist font size */
.tui-playlistPageHeaderBox__title {
    font-size: 26px;
font-weight: 500;
}
