.latest-homes{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.latest-homes__card{align-items:flex-end;border-radius:12px;display:flex;flex:1 1 calc(50% - 12px);min-height:320px;min-width:280px;overflow:hidden;position:relative}.latest-homes__card-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;inset:0;position:absolute;transition:transform .4s ease}.latest-homes__card:hover .latest-homes__card-bg{transform:scale(1.03)}.latest-homes__card-overlay{background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.25) 60%,rgba(0,0,0,.1));inset:0;position:absolute}.latest-homes__card-content{align-items:center;display:flex;flex-direction:column;gap:4px;padding:28px;position:relative;text-align:center;width:100%;z-index:1}.latest-homes__card-location,.latest-homes__card-name,.latest-homes__card-price{color:#fff;margin:0}.latest-homes__card-price{font-size:1.5em;font-weight:700;margin-bottom:16px}.latest-homes__card-btn{justify-content:center;width:100%}@media (max-width:767px){.latest-homes__card{flex:1 1 100%;min-height:280px}}