
.property-item{
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    border-bottom: 1px solid #0F3F36;
}
.property-item:first-child {
    border-top: 1px solid #0F3F36;
}
.property-item .text{
    width: 50%;
    padding-right: 34px;
}

.property-item .image{
    width: 50%;
    padding-left: 34px;
    height: 370px;
}
.property-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.property-post .title{
    padding-bottom: 95px;
    border-bottom: 1px solid #0F3F36;
}
.property-post .title h3{
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
}
.property-wrap {
    margin-bottom: 130px;
    margin-left: 0;
    margin-right: 0;
}
@media only screen and (max-width:767px){
    .property-item .text {
        width: 100%;
        padding-right: 0;
    }
   .property-item .image {
        width: 100%;
        padding-left: 0;
        height: 280px;
        margin-top: 40px;
    }
}
