.feature-thumb {
    width: 100%;
    height: 300px;
}

.feature-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .wpx-50 {
        width: 30px;
        height: 30px;
        object-fit: cover;
    }

    .filter-card-content h5 {
        font-size: 16px;
    }

    .filter-card-item .filter-card-content .meta-content {
        font-size: 12px;
        font-weight: 500;
    }

    .phone {
        font-size: 12px;
    }

    .card-feature-box.d-flex.align-items-center.mb-4 {
        flex-wrap: wrap;
    }
        .dl_card_box h5, .dl_card_box .h5 {
        font-size: 13px;
    }

    .feature-thumb {
        width: 100%;
        height: 150px;
    }
}
