body {
	color: #fff;
	background-color: #1c1c28;
	font-weight: 500;
	font-size: 10px;
	hyphens: auto;
}

.introduction,
.introduction-item-content {
	color: #fff;
	font-weight: 500;
	font-size: 0.8rem;
	hyphens: auto;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.25rem;
	word-break: keep-all;
	word-wrap: break-word;
	text-align: justify;
}

.introduction-item-title {
	margin-top: 3rem;
	margin-bottom: 1rem;
	font-size: 1.125rem;
}

.introduction-item-content p {
	margin-bottom: 0;
}

.sample-img {
	overflow: hidden;
	border-radius: 15px;
}
