@media(max-width: 768px){
	.itlist{
		display: flex;
		justify-content: space-between;
		padding: 0px;
		border: none;
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-radius: 0px;
	}
	.itlist img{
		width: 140px;
		height: auto;
		display: block;
		margin-right: 10px;
	}
	.itlist > a{
		width: initial;
		margin-right: 0px;
		height: auto;
	}
	.itlist p{
		display: none;
	}
	.itlist h3{
	    font-weight: bold;
	    font-size: 14px;
	    line-height: 22px;
	}
}