@media (min-width: 1200px) {
    .buying-about figure img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }
    .buying-about{
    	gap:60px !important;
    }
    .buying-about .left-part {
    flex: 0 0 40% !important;
    }
    .buying-about figure {
    	max-width:none !important;
    flex: 0 0 60% !important;
   }
   #aboutProject img{
   	        height: 500px!important;
   }
}
.page-node-type-project-pages #home-slider img{
	    object-fit: cover !important;
	    height:auto !important;
}
.home-slider-wrapper{
	height:auto !important;
}