/* Stat copy single line - start */
.section-article-content .section-content .article-stat .article-stat-label {
	max-width: 100%;
}
/* Stat copy single line - end */

/* Break stats into 2 line for mobile - start */
@media only screen and (max-width: 734px) {
	.article-stats .article-stat:not(:last-of-type) .article-stat-number {
		line-height: 0.5;
	}
}
/* Break stats into 2 line for mobile - end */

/*start: Moktar Wahid*/
.section .section-content.hg-custom-layout {
	margin-inline-start: auto;
	margin-inline-end: auto;
	width: 1225px;
}

@media (min-width: 1441px) {
	.section .section-content.hg-custom-layout {
		margin-inline-start: auto;
		margin-inline-end: auto;
		width: 1225px;
	}
}

@media (max-width: 1068px) {
	.section .section-content.hg-custom-layout {
		margin-inline-start: auto;
		margin-inline-end: auto;
		width: 692px;
	}
}

@media (max-width: 734px) {
	.section .section-content.hg-custom-layout {
		margin-inline-start: auto;
		margin-inline-end: auto;
		width: 87.5%;
	}
}

@media (max-width: 734px) {
	.section .section-content.hg-custom-layout .inline-row-container.grid {
		width: 100%;
		padding-inline: 0px;
	}
}
/*end: Moktar Wahid*/
