/*
Theme Name: Urban Alliance
Theme URI: https://www.theurbanalliance.org
Author: Daniel Pegues
Author URI: https://www.verticalsquare.com
Description: Theme developed for theurbanalliance.org
Version: 1.0
License: Proprietary
License URI: license.txt
Tags: organization,consultant,demo,test,review
Text Domain: ua
*/

@import url('assets/css/ua.css');

.ua-employers-list {
	column-count:2;
}

@media screen and (max-width: 800px) {
    .ua-employers-list {
		column-count:initial;
	}
}

#section-main .content-area .ua-employers-list p {
	padding:10px 0;
}