.deals {
	position: relative;
	display: -ms-flexbox;
   	display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top: 3rem;
	margin-right: -20px;
    margin-left: -20px;
}

.deal {
	position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
	margin-bottom: 3rem;
}

.deal img {
	width: 100%;
	max-width: 400px;
	border-radius: 15px;
}

.deal h2 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #073e98;
	margin-top: 1rem;
}

.deal p {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	color: #040404;
	font-size: 1rem;
}

.deal p:before {
	content: "";
	background-image: url("/wp-content/themes/lar_2023/blocks/property/img/pin.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 19px;
	height: 28px;
	margin-right: 8px;
}

.pagination-bar {
	margin-top: 3rem;
}

span.page-numbers.current,
span.page-numbers.dots,
.pagination-bar a {
	font-family: 'STIX Two Text', serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #14498b;
	margin-right: .75rem;
	line-height: 1;
	text-decoration: none;
}

.pagination-bar a:hover {
	color: #2a81e7;
}

span.page-numbers.current {
	color: #ff0020;
}

span.page-numbers.dots {
	color: #707070;
}

@media (min-width: 800px) {		
	.deals {
		margin-top: 3rem;
	}
	
	.deal {
		-ms-flex: 0 0 50%;
    	flex: 0 0 50%;
    	max-width: 50%;
		margin-bottom: 2.5rem;
	}
	
	.deal img {
		max-width: 100%;
		height: 198px;
		object-fit: cover;
		object-position: 50% 50%;
		overflow: hidden;
	}
	
	.deal h2 {
		font-size: 1.375rem;
	}
	
	.deal p {
		font-size: .938rem;
	}
	
	.pagination-bar {
		margin-top: 4rem;
		margin-left: 20px;
	}
	
	span.page-numbers.current,
	span.page-numbers.dots,
	.pagination-bar a {
		font-size: 1.75rem;
	}
}

@media (min-width: 1000px) {
	.deals {
		margin-top: 4rem;
	}
	
	.deal {
		-ms-flex: 0 0 33.333333%;
    	flex: 0 0 33.333333%;
    	max-width: 33.333333%;
		margin-bottom: 2.5rem;
	}
	
	.deal img {
		height: 160px;
	}
	
	.deal h2 {
		font-size: 1.25rem;
	}
	
	.deal p {
		font-size: 1rem;
	}
}

@media (min-width: 1200px) {	
	.deal {
		margin-bottom: 3rem;
	}
	
	.deal img {
		height: 190px;
	}
	
	.deal h2 {
		font-size: 1.375rem;
	}
}

@media (min-width: 1400px) {
	.deals {
		margin-top: 6rem;
	}
	
	.deal img {
		height: 225px;
	}
	
	.deal h2 {
		font-size: 1.5rem;
	}
}

@media (min-width: 1600px) {
	.deals {
		margin-top: 6rem;
	}
	
	.deal {
		margin-bottom: 4rem;
	}
	
	.deal img {
		height: 256px;
	}
	
	.deal h2 {
		font-size: 1.625rem;
		margin-top: 1.25rem;
    	margin-bottom: 1.25rem;
	}
	
	.deal p {
		font-size: 1.125rem;
	}
}