.rpt-bread {
    font-size: 14px;
    width: 650px;
    overflow: visible;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.published-date {
	font-size: 12px;
}
.entry-title {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}
.report-body img {
	max-width: 100%;
	margin-bottom: 1rem;
}
.report-body {
	letter-spacing: normal !important;
}
.report-body p {
	font-size: 16px;
	line-height: 1.9;
	margin-bottom: 1.2em;
}
@media (max-width: 768px) {
	.rpt-bread {
		width: 100%;
		max-width: 100%;
	}
	.entry-title {
		font-size: 26px;
	}
	.report-body p {
		font-size: 14px;
	}
}

.report-body strong {
	font-weight: 600;
}
.report-body strong mark {
	background-color: #fcf8e3;
}
