.recent-property {
    border-radius: 0px;
    position: relative;
    border: 1px solid #f5f5f5;
    box-shadow: rgb(76 78 100 / 5%) 0px 2px 10px 0px;
    margin-bottom: 15px;
}

.recent-property .property-head {
    padding-top: 10px;
}

.recent-property .price-pill {
    display: inline-block;
    /*    background: #191A19;*/
    color: #191A19;
    /*    border: 3px solid #575755;*/
    /*    padding: 3px 15px;*/
    padding-right: 10px;
    padding-left: 10px;
    /*    letter-spacing: .4px;*/
    /*
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
*/
    font-size: 15px;
    font-weight: 600;
    padding-top: 2px;
}

.recent-property .price-pill span {
    margin-right: 3px;
    font-weight: 400;
    font-size: 14px;
}

.recent-property .property-title {
    padding-left: 10px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
}

.recent-property .property-location {
    padding-left: 10px;
    color: #777;
    font-size: 13px;
    font-weight: 500;
}

.recent-property .property-location i {
    color: #191A19;
    font-size: 11px;
    margin-right: 2px;
}

.recent-property .property-details {
    padding: 0px 20px 20px 18px;
}

.recent-property .property-stats {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.recent-property .property-stats div {
    padding-left: 15px;
    padding-right: 15px;
    /*    border-left: 1px solid #e1e1e1;*/
}

.recent-property .property-stats div:first-child {
    padding-left: 0px;
    border-left: 0px;
}

.recent-property .property-stats div:last-child h6 {
    color: #28a745;
}

.recent-property .property-stats div:last-child h6 span {
    color: #555;
}

.recent-property .property-stats h6 {
    color: #555;
    /*    color: #191A19;*/
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0px;
}

.recent-property .property-stats p {
    font-size: 12.5px;
    color: #999;
    font-weight: 500;
    margin-bottom: 2px;
}

.recent-property .property-stats i {
    color: #555;
    /*    color: #575755;*/
}

.recent-property .property-foot {
    margin-top: 30px;
}

.recent-property .property-price p {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}

.recent-property .property-price h6 {
    color: #333;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 0px;
}

.recent-property .btn-buy {
    display: inline-block;
    background: #191A19;
    color: #FFF;
    text-transform: uppercase;
    padding: 12px 15px;
    letter-spacing: .6px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}
