.estate-list-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    text-align: right;
    margin-top: 20px
}

.estate-card {
    width: 28%;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-sizing: inherit;
    background-color: white;
    opacity: 90%;
    position: relative;

}
.estate-card-type{
    position: absolute;
    top:-10px;
    opacity: 90%;
}
.estate-list-more{
    position: absolute;
    bottom:60px;
    left: 140px
}
.estate-card img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.estate-card-img {
    width: 110px;
    height: 210px;
    border-radius: 5px;
    margin: 10px 0;
    background-color: silver
}

.estate-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.estate-description {
    margin: 30px 0 10px 0;
    font-size: 14px;

}

.estate-price {
    margin-top: 70%;
    color: gray
}