.page-house section.house .section .house-desc{align-items:center;display:flex;gap:4rem}.page-house section.house .section .house-desc>div{flex:1 1 50%}.page-house section.house .section .house-desc .btn{margin-top:2rem}.page-house section.house .section .house-gallery{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.page-house section.house .section .house-gallery .gallery-item{height:220px;object-fit:cover;transition:transform .5s ease;width:100%}.page-house section.house .section .house-gallery .gallery-item:hover{transform:scale(1.1)}@media (max-width:1000px){.page-house section.house .section .house-desc{align-items:stretch;flex-direction:column;gap:2rem}}@media (max-width:500px){.page-house section.house .section .house-gallery{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.page-house section.house .section .house-gallery .gallery-item{height:150px}}