.typography-headline-super:lang(th) {
    font-size: 72px;
}

@media only screen and (max-width: 1068px) {
    .typography-headline-super:lang(th) {
        font-size: 58px;
    }
}

@media only screen and (max-width: 734px) {
    .typography-headline-super:lang(th) {
        font-size: 48px;
    }
}

.typography-headline-elevated:lang(th) {
    font-size: 58px;
}

@media only screen and (max-width: 1068px) {
    .typography-headline-elevated:lang(th) {
        font-size: 43px;
    }
}

@media only screen and (max-width: 734px) {
    .typography-headline-elevated:lang(th) {
        font-size: 36px;
    }
}

.typography-headline:lang(th) {
    font-size: 43px;
}

@media only screen and (max-width: 1068px) {
    .typography-headline:lang(th) {
        font-size: 36px;
    }
}

@media only screen and (max-width: 734px) {
    .typography-headline:lang(th) {
        font-size: 29px;
    }
}

.page-overview .section-hero .hero-copy-wrapper {
    padding-top: 95px;
}

@media only screen and (max-width: 1068px) {
    .page-overview .section-hero .hero-copy-wrapper {
        padding-top: 55px;
    }
}

@media only screen and (max-width: 734px) {
    .page-overview .section-hero .hero-copy-wrapper {
        padding-top: 40px;
    }
}

.page-overview .section-share .tiles {
    font-size: 0;
}