:root {
    --font-main: 1.125rem /1.5 "minion-pro", serif;
    --color-hover: #8A7869;
    --color-header-2: #8A7869;
    --color-text: #000000;
    --color-price: #8A7869;
}

.estate-page #main-container h2 {
    font-family: "raleway", sans-serif;
    text-transform: uppercase;
}

.estate-item-container .estate-item .estate-item-marker-container .estate-item-marker.estate-item-marker-bidding {
    background-color: #00a3ce;
}

.estate-item-container .estate-item .estate-item-marker-container .estate-item-marker.estate-item-marker-tag {
    background-color: #000000;
}

.estate-item-container .estate-item .estate-item-texts .estate-item-address p:not(:first-child) {
    font-size: 14px;
    color: #6d6d6d;
}

.estate-page #main-container .section-image {
    max-width: 100%;
    margin: 0;
    padding: 0px 0px 50px 0px;
}

.estate-page #main-container .section-image .main-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
    max-height: 800px;
}

.estate-page #main-container .section-main .section-estate-aside .section-estate-aside-primary .section, .estate-page #main-container .section-main .section-estate-aside .section-estate-aside-secondary .section {
    background-color: #8a78691a;
    border-radius: 5px;
    padding: 30px;
}