@media(min-width: 768px)
{
	.sc-dash-col-2{
		float: left;
		width: 49%;
		max-width: 550px;
	}

	.sc-last{
		margin-left: 1%;
	}

	.sc_description{
		display: block;
		max-height: 200px;
		overflow: hidden;
	}

	.sc-card{
	    margin-top: 20px;
	    padding: .7em 2em 1em;
	    border: 1px solid #e5e5e5;
	    box-shadow: 0 1px 1px rgba(0,0,0,.04);
	    background: #fff;
	}
}

.sc-clear {
	display: block;
	clear: both;
	height: 10px;
}