/* Responsive CSS */
@media (max-width: 1024px){
	.properties_layout_gallery.property_list > .inner_box:first-child .property_text{
		position: initial !important;
	}
	.properties_layout_gallery.property_list > .inner_box:first-child{
		grid-column: 1 / -1;
	}
	/*.properties_layout_gallery.property_list > .inner_box:first-child .property_text{
		bottom: 0 !important;
	}
	.properties_layout_gallery.property_list > .inner_box:first-child .propeerty_img img{
		aspect-ratio: 10 / 7 !important;
		object-fit: cover;
		object-position: bottom;
	}*/
} /*  1024px  */

@media (max-width: 767px){
	.property_list{
		grid-template-columns: repeat(2, 1fr) !important;
	}
} /*  767px  */


@media (max-width: 576px){

} /*  576px  */


@media (max-width: 450px){
	.property_list{
		grid-template-columns: repeat(1, 1fr) !important;
	}
} /*  576px  */