.property-card {
    padding: 30px;
    border-radius: 30px;
    background: #ffffff;
    margin: 0 auto 20px;
}

.property-image {
    padding-right: 0 !important;
}

.property-image img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.property-content {
    padding-right: 20px;
    height: 268px;
}

.badge-custom {
    background: #ffebe6;
    color: #EE5719;
    padding: 5px 10px;
    border-radius: 12px;
}

.btn-custom {
    background: rgb(250, 238, 233);
    color: #EE5719;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
}

.btn-custom:hover {
    color: #EE5719;
}
@media (max-width: 767px) {
    .featured-project-customer-button {
        width: 100%;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 5px;
    }
}
@media (min-width: 991px) {
    .featured-project-customer-button {
        min-width: 120px;
        margin-right: 10px;
        margin-left: 10px;
    }
}