/*** LISTING STYLES ***/

.listing-2-col .col-sm-6.card-wrapper {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

.listing-2-col .col-sm-6.card-wrapper:nth-of-type(odd) {
	border-right: 1px solid #dddddd !important;
}

@media (max-width: 575.98px) {
	.listing-2-col .col-sm-6.card-wrapper:nth-of-type(odd) {
		border-right: none !important;
	}
	.listing-2-col .col-sm-6.card-wrapper {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
/* - END: LISTING - */