@media(min-width:768px){
	 .sp_item-title{
		display:none;
	}

	 .item-title{
		border-bottom:1px solid white;
		padding-bottom:5px;
		margin-bottom:10px;
	}
	}


	 @media(max-width:768px){
	 
	 .sp_item-title{
		margin-bottom:15px;
		padding-left:5px;
		font-size:1.5rem;
		border-left:10px white solid;
		}

	 .item-title{
		display:none;
	}

	}

