
.asf-label{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	float:left;
	width: 33%;
	margin-top: 20px;
	margin-right: 1em;
    font-family: 'McClatchy Sans Cond','Roboto Condensed Medium','HelveticaNeue-CondensedBold',sans-serif !important;
    font-size: 22px;
    color: #0093d0;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
    padding-top: 9px;
}

@media screen and (min-width:768px){
.asf-label{
    margin-top:7px;
    }
}