/*
Theme Name: Jobs
*/

/*
Theme Name: Jobs
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: domínio-de-texto
*/

@media (min-width: 992px) {
	.card-title-custom {
		white-space: nowrap !important; 
		overflow: hidden !important;
		text-overflow: ellipsis !important; 
		max-width: 100% !important; 
		display: block !important;
	}
}