Add these styles to your style.css file .house-cards-grid-equal-height{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:stretch;gap:2rem;display:grid}.house-cards-grid-equal-height{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:2rem;display:grid}@media (max-width:1200px){.house-cards-grid-equal-height{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.house-cards-grid-equal-height{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.house-cards-grid-equal-height{grid-template-columns:1fr}}.house-card{flex-direction:column;height:100%;min-height:400px;display:flex}.house-card-image{flex-shrink:0;height:240px}.house-card-content{flex-direction:column;flex:1;justify-content:space-between;padding:1.5rem;display:flex}.house-card-title{align-items:flex-start;min-height:3rem;display:flex}.house-cards-flex-layout{flex-wrap:wrap;justify-content:flex-start;gap:2rem;display:flex}.house-cards-flex-layout>*{flex:calc(25% - 1.5rem);min-width:280px;max-width:350px}@media (max-width:1200px){.house-cards-flex-layout>*{flex:calc(33.333% - 1.333rem)}}@media (max-width:900px){.house-cards-flex-layout>*{flex:calc(50% - 1rem)}}@media (max-width:600px){.house-cards-flex-layout>*{flex:100%}}
