.card-location {
    font-size: 0.9rem;
}

.card-price {
    font-size: 1.1rem;
    font-weight: bold;
}

.post-card :hover {
    cursor: pointer;
}

.post-card {
    height: 400px;
}

.card-info {
    font-size: 0.9rem;
}
.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}