.great-offer-text {
	padding-bottom: 0;
}
.great-offer-text .title {
	margin-bottom: 10px;
}
.great-offer-text .desc {
	line-height: 112%;
}
.great-offer-text .desc .display {
	display: block;
}
@media (min-width: 768px) {
	.great-offer-text .title {
		margin-bottom: 25px;
	}
	.great-offer-text .desc {
		font-size: 18px;
		line-height: 122%;
	}
	.great-offer-text .desc br {
		display: none;
	}	
	.great-offer-text .desc .display {
		display: inline-block;
	}	
}
@media (min-width: 1200px) {
	.great-offer-text .title {
		margin-bottom: 30px;
	}
}