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%;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%}}.category-btn{justify-content:center;align-items:center;transition:transform .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;display:flex!important}.category-btn:hover{transform:scale(1.05)}.category-btn:active{transform:scale(.95)}.category-btn-bg{z-index:0;background-color:#792099;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;transform:translateY(100%)}.category-btn:hover .category-btn-bg{transform:translateY(0)}.category-btn-text{z-index:10;transition:color .3s;position:relative}.category-btn:hover .category-btn-text{color:#fff}.category-btn.active .category-btn-bg{transform:translateY(0)}.category-btn.active .category-btn-text{color:#fff}
