.hero__property{overflow:hidden;position:relative}.hero__property__el{max-width:var(--maxWidth);margin:auto;display:grid;grid-template-columns:320px auto;grid-gap:35px;align-items:center;min-height:700px;position:relative;z-index:3;padding:20px}.hero__property_grid{width:925px;display:grid;grid-column-gap:10px;grid-row-gap:10px;grid-auto-columns:1fr;grid-template-columns:repeat(16,1fr);grid-template-rows:1fr 1fr}.hero__property_img{width:100%;height:180px;overflow:hidden;border-radius:var(--cornerRadiusImage)}.hero__property_img img{object-fit:cover;width:100%;height:100%}.hero__property_image1,.hero__property_image2,.hero__property_image3{grid-row-start:1;grid-row-end:1}.hero__property_image4,.hero__property_image5,.hero__property_image6{grid-row-start:2;grid-row-end:2}.hero__property_image1{grid-column-start:1;grid-column-end:8}.hero__property_image2{grid-column-start:8;grid-column-end:12}.hero__property_image3{grid-column-start:12;grid-column-end:16}.hero__property_image4{grid-column-start:3;grid-column-end:7}.hero__property_image5{grid-column-start:7;grid-column-end:11}.hero__property_image6{grid-column-start:11;grid-column-end:17}@media (max-width:767px){.hero__property__el{grid-template-columns:100%;grid-gap:5px;min-height:auto}.hero__property_grid{width:550px}.hero__property_img{height:105px}}