/*body*/
.property-image {
    background-image: url("../img/high-rise-building.jpg");
    background-size: cover;
    background-position: top center;
    height: 500px;
    width: 100vw;
    position: relative;
}

.property-title {
    position: absolute;
    font-weight: 600;
    text-shadow: 3px 0px 5px rgba(0, 0, 0, 0.5);
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: white;
    font-size: 2rem;
}

.property-content {
    margin-top: 50px;
    margin-bottom: 50px;

}

.property-details {
    padding: 30px;
    background-color: #eee8e8;
    border-radius: 20px;

}

.symbol {
    font-size: 25px;
    font-weight: 600;
}