
.header-top {
    padding: .5rem 0!important;
}

.property-details-image-layer {
    height: 700px;
    max-height: 700px;
    overflow: hidden;
}

.property-details-image-div {
    width:100%;
    height: 700px;
    max-height: 700px;
    background-repeat:no-repeat;
    background-size:cover;
}

.solid-page p {
    margin:0!important;
    padding:0!important;
    margin-bottom: 5px!important;
}

.solid-page img {
    max-width: 100%!important;
}

.solid-page ul{
    margin-left:10px!important;
    padding-left:0!important;
}
.solid-page li{
    margin-bottom:10px;
}
.solid-page li:before {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight: var(--fa-style, 900);
    content: "\f058";
    padding: 0 10px;
    color: #074da3 !important;
}

ol {
    list-style-type:none!important;
}

@media (max-width: 1700px) {
    .property-details-image-layer {
        height: 500px;
        max-height: 500px;
    }

    .property-details-image-div {
        height: 500px;
        max-height: 500px;
    }
}

@media (max-width: 1450px) {
    .property-details-image-layer {
        height: 300px;
        max-height: 300px;
    }

    .property-details-image-div {
        height: 300px;
        max-height: 300px;
    }
}

@media (max-width: 500px) {
    .property-details-image-layer {
        height: 200px;
        max-height: 200px;
    }
    .property-details-image-div {
        height: 200px;
        max-height: 200px;
    }
}