
.card-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}

.card {
    background-color: white;
    width: 250px;
    margin: 10px;
    padding: 10px;
    border-color: gainsboro;
    border-style: solid;
}

.card__top-hasthagen {
    background: url('Hästhagenhus_130_bild310836.jpg') no-repeat center;
    background-size: cover;
    height: 150px;
    width: auto;
    padding: 0;
}

.card__top-hillesjon {
    background: url('Hillesjön21425913.jpg') no-repeat center;
    background-size: cover;
    height: 150px;
    width: auto;
    padding: 0;

}

.card__top-hilleblick {
    background: url('HilleblickBild1.jpg') no-repeat top;
    background-size: cover;
    height: 150px;
    padding: 0;
}

.card__top-tallkullen {
    background: url('TallkullenD9mvX5Ok.jpg') no-repeat center;
    background-size: cover;
    height: 150px;
    padding: 0;

}




/* Media Queries */

@media (min-width: 790px) {
    .card-row {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
}