.caption.property{
    max-width: 300px;
}
.sub-caption{
    position: absolute;
    top: 220px;
    margin: auto;
    right: 20vh;
    max-width: 550px;
    width: 30vw;
}
.titlebg{    background-color: #f5f6fa;}
.titlebg .caption{
    max-width: 500px;
}
.list-title{
    padding-top: 100px;
    margin: 50px auto 100px!important;
    max-width: 350px!important;
    width: 100%;
    display: block;
}
#property .w60 {
    width: 45%!important;
}
#property .w40 {
    width: 50%!important;
}
@media screen and (max-width:767px) {
.caption.property {
    max-width: 200px;
    top: 30px;
    bottom: unset;
}
.sub-caption {
    position: absolute;
    top: 150px;
    margin: auto;
    right: 16vh;
    max-width: 550px;
    width: 48vw;
}
.titlebg .caption {
    max-width: 300px;
    top: 60px;
    bottom: unset;
}
.list-title {
    padding-top: 100px;
    margin: 30px auto 50px !important;
    max-width: 250px !important;
    width: 100%;
    display: block;
}
#property .w60 {
    width: 100%!important;
}
#property .w40 {
    width: 100%!important;
}
}