.deal-information {
	padding: 40px 0;
}
.deal-top-information {
	max-width: 832px;
	margin: 0 auto 40px;
}
.deal-top-information p {
	margin-bottom: 20px;
}
.deal-information-text strong {
	font-weight: 600;
	font-size: 18px;
}
.deals-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.deals-gallery .deal-item {
	flex: 0 0 48.7%;
	padding-top: 42%;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.deals-gallery .deal-item {
		margin-bottom: 15px;
	}
}
@media (min-width: 992px) {
	.deals-gallery .deal-item {
		margin-bottom: 20px;
	}
}
@media (min-width: 1200px) {
	.deal-information {
		padding: 70px 0 40px 0;
	}
	.deals-gallery .deal-item {
		margin-bottom: 30px;
	}
}