.section-article-content .section-content .article-stat .article-stat-label {
	max-width: 200px;
}

@media (max-width: 734px) {
	.section-article-content .section-content .article-stat .article-stat-label {
		width: auto;
        padding-bottom: 10px;
	}
}

.section-article-content .article-stats.row {
	gap: 30px;
}

@media (max-width: 734px) {
	.section-article-content .article-stats.row {
		gap: unset;
	}
    
    .section-article-content .article-stats .article-stat-number:lang(th) {
        line-height: 1;
    }
}
