Change font size of Next/Previous section on Video Page

Change the font size of the Next/Previous section on the Video Page

You can use this code to Custom CSS box

@media screen and (max-width:767px) {
h2.lesson-item-pagination-title {
font-size: 16px !important;
}}

Result: