.page-overview .section-audio .section-intro .typography-headline-custom.systemfont {
	font-family: 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; 
	font-size: 50px;
}
@media only screen and (max-width: 1068px) {
    .page-overview .section-audio .section-intro .typography-headline-custom.systemfont  {
        font-size: 34px;
    }
}
@media only screen and (max-width: 735px) {
    .page-overview .section-audio .section-intro .typography-headline-custom.systemfont  {
        font-size: 27px;
    }
}

.siri-command-text {
    font-weight: 600;
}


.page-overview .section-hero sup a,
.page-overview .section-audio sup a {
	color: #1d1d1f;
}

.page-overview .section-hero sup a:hover,
.page-overview .section-audio sup a:hover {
    color: #06c;
}

.page-overview .section-hero sup a:link, .page-overview .section-hero sup a:visited,
.page-overview .section-audio sup a:link, .page-overview .section-audio sup a:visited {
	text-decoration: none;
}
