.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.space {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    flex-basis: 30%;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        cursor: pointer;

}

.space-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    
    border-radius: 5px;
}

.room {
    border-top: 1px solid #ccc;
    padding: 5px 0;
}
