<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width:1020px) {
.container {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
}
.nav-top-item-l {
    left: 10px;
}
.nav-top-item-r {
    right: 10px;
}
}

@media screen and (max-width:800px) {
.row.row-footer .container {
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.footer-col {
    margin-bottom: 15px;
}
.logo-w {
    padding-top: 40px;
}
.logo-w img {
    max-width: 284px;
}
.row-property-cont h2, .caption h1 {
    text-align: center;
    font-size: 26px;
}
.news-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.caption-sub-cont p {
    font-size: 18px;
}
}

@media screen and (max-width:732px) {
.nav-top-item {
    width: 100%;
    max-width: none;
}
.nav-top-item-l {
    left: 0px;
}
.nav-top-item-r {
    right: 0px;
}
}</pre></body></html>