.tile-headline span.pingfang {
	font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 36px;
	position: relative;
	top: -1px;
}
@media only screen and (max-width: 1068px) {
    .tile-headline span.pingfang {
		font-size: 24px;
	}
}

.back-panel-copy span.pingfang {
	font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 20px;
	position: relative;
	top: -1px;
}
@media only screen and (max-width: 1068px) {
    .back-panel-copy span.pingfang {
		font-size: 12px;
	}
}
@media only screen and (max-width: 735px) {
    .back-panel-copy span.pingfang {
		font-size: 15px;
	}
}

/*HL font-size*/
@media only screen and (max-width: 1068px) {
    .typography-headline-standalone {
        font-size: 68px;
    }
}
@media only screen and (max-width: 735px) {
	.typography-headline-standalone {
        font-size: 48px;
    }
}
      
/*HL slide-left*/  
.section-hero .headline-wrapper .headline--slide-left {
    left: 0px;
    text-align: center;
}

/*Hero delete animation*/ 
.section-hero .headline-wrapper.play .headline--slide-left {
    -webkit-animation: none;
    animation: none
}

.section-compare-alt{
    padding-bottom: 10px;
}