@import url(profiles-compare.css);
.profiles-compare.brand h2 span {
    display: inline-block;
}
.profiles-compare.brand .btn__item:last-child {
    grid-column: unset;
}
@media (max-width: 1023px) {
	.profiles-compare.brand .desc br {
		display: none;
	}
}
@media (min-width: 768px) {
	.profiles-compare.brand .card__property {
		grid-row: 1 / 3;
	}
	.profiles-compare.brand .card__property-price {
		grid-row: 2 / 3;
	}	
}
@media (min-width: 1024px) {
	.profiles-compare {
		margin-bottom: 60px;
	}
}	