/* TOP CSS */
h2.hkwd_widget{
	display: block;
	font-size: 5rem;
	font-family: serif;
	color: #9f9f9f;
	text-align: center;
	margin: 5rem 0;
	padding: 0;
}
h2.hkwd_widget:first-of-type{
	margin-top: 1rem;
}
h2.hkwd_widget::before, h2.hkwd_widget::after{
	font-size: 1rem;
	content: "";
	display: inline-block;
	position: relative;
	top: -20px;
	background-color: #9f9f9f;
	width: calc(50% - 7rem - 6rem);
	height: 2px;
	border-radius: 3px;
}
h2.hkwd_widget::before{
	margin-right: 3rem;
}
h2.hkwd_widget::after{
	margin-left: 3rem;
}
h2.hkwd_widget:nth-of-type(2)::before{
	margin-right: 1.5rem;
}
h2.hkwd_widget:nth-of-type(2)::after{
	margin-left: 1.5rem;
}

@media screen and (max-width: 500px){
h2.hkwd_widget:nth-of-type(2){
	font-size: 4rem;
}
}