.font_Eng{
	font-family: Georgia, 'Times New Roman', Times, 'serif';
}
.txt_underline_clm{
	border-bottom: 1px solid #333333;
	display: flex; 
	justify-content: space-between;
}
@media screen and (max-width: 750px) {
.txt_underline_clm{
font-size: 11px;
}
	.txt_underline_clm>p+p{
	margin-left: 0.5em;
	}
}