@media (max-width: 768px) {
	.info {
		padding: 10px;
	}

	.info tr {
		height: 48px;
		font-size: 14px;
	}

	.info th{
		display: block;
	}

	.info td{
		display: block;
		border-top: none !important;
	}

	.info-txt {
		background-color: rgba(255, 255, 255, 1);
		position: initial;
		top: 0;
		right: 0;
		padding: 10px 0;
		text-align: center;
		width: 100%;
		line-height: 1.6;
		font-size: 13px;
	}

	.info-txt span {
		font-size: 17px;
		font-weight: bold;
		color: #ec2323;
		line-height: 1.6;
	}
}