.typography-tile-headline:lang(th) {
	line-height: 1.0714285714;
}
.typography-tile-subhead:lang(th) {
    line-height: 1.1428571429;
}
.typography-tile-callout:lang(th) {
	line-height: 1.2105263158;
}
.section-promo .tile-callout:lang(th) {
	line-height: 1.2857742857;
}

@media(max-width: 734px) {
	.typography-tile-headline:lang(th) {
		line-height: 1.0714285714;
	}
	.typography-tile-subhead:lang(th) {
		line-height: 1.2105263158;
	}
	.typography-tile-callout:lang(th) {
		line-height: 1.2857742857;
	}
	.section-promo .tile-callout:lang(th) {
		line-height: 1.2857742857;
	}
}