.recent-property {
    text-align: left;
    margin: 0px -200px;
    display: block;
}
.recent-property .recent-sec {
    padding: 20px 0;
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
}
.recent-property .recent-link-box {
    width: 100%;
    float: left;
    margin: 20px 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    max-width: 400px;
    background: #100000;
}
.recent-property .recent-post:first-child {
    margin-left: 0;
}
.recent-property .recent-post:last-child {
    margin-right: 0;
}
.recent-property .recent-link-box {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.recent-property .recent-image {
    height: 180px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    overflow: hidden;
}
.recent-property a.recent-link-box:hover .recent-image {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.recent-property .recent-post.tag1:before,
.recent-property .recent-post.tag2:before,
.recent-property .recent-post.tag3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.49);
    color: #fff;
    padding: 2px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 1;
    letter-spacing: 1.5px;
}
.recent-property .recent-text {
    padding: 0 20px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    background: #100000;
    z-index: 2;
    min-height: 100px;
    position: relative;
}
.recent-property .recent-titlesec {
    padding: 20px 0;
    float: left;
    width: 100%;
}
.recent-property .recent-date {
    font-size: 14px;
    line-height: 20px;
    height: 110px;
    color: #fff;
    background: #0B9F47;
    margin-top: -38px;
    padding: 16px 0;
    width: 110px;
    text-align: center;
    font-weight: 300;
    float: left;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.recent-property .recent-date span {
    display: block;
    font-size: 50px;
    line-height: 52px;
    font-weight: 600;
}
.recent-property .recent-title {
    padding: 0 0 4px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}
.recent-property .recent-title h3, .recent-property .author-name a, .recent-property .recent-toptext .price {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    color: #c59e7e;
}
.recent-property .recent-toptext .listing-details {
    font-size: 18px;
    color: #100000;
    line-height: 26px;
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
.recent-property .recent-toptext .listing-details .listing-value {
    color: #fff;
    display: table-cell;
    text-align: center;
}
.recent-property .listing-details .listing-value ~ .listing-value::before {
    content: ", ";
    color: #fff;
}
.recent-property .recent-link-box:hover h3, .recent-property .author-name a:hover {
    text-decoration: underline;
}
.recent-property .author-name, .recent-property .recent-comments {
    padding: 0 10px 0 0;
    display: inline-block;
}
.recent-property .author-name:before, .recent-property .recent-comments:before {
    color: #0B9F47;
}
.recent-property .recent-comments:before {
    content: "\f086";
    font-family: 'FontAwesome';
    display: inline-block;
}
.recent-property .author-name:before {
    content: "\f007";
    font-family: 'FontAwesome';
    display: inline-block;
}
.recent-property .author-name a, .recent-property .recent-comments span {
    font-weight: 600;
}
.recent-property .recent-content {
    padding: 15px 0 0;
    float: left;
    width: 100%;
}
.recent-property .recent-btn {
    float: left;
    width: 100%;
}
.recent-property .recent-btn a {
    margin-top: 20px;
    min-width: auto;
    padding: 8px 25px;
}

@media (max-width: 768px) {
    .recent-property .recent-sec {
        padding: 10px 0;
        flex-direction: column;
    }
    .recent-property .recent-link-box {
        max-width: unset;
    }
    .recent-property .recent-post {
        padding: 0 0 10px;
        width: 100%;
        margin: 0 auto 60px;
        position: relative;
        max-width: unset;
    }
    .recent-property .recent-date {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
.recent-property {
    display: block;
    margin: 0;
  }