.profile-d-card .card____box {
    max-width: 418px;
    border-radius: 10px !important;
    position: relative;
}

.profile-d-card .card____box .card-img {
    max-width: 100%;
    width: 100% !important;
}

.on-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.on-content .left-card-data {
    flex: 1;
    padding: 10px 0 10px 40px;
}

.UGX-number {
    display: flex;
    margin: 0;
    align-items: center;
    gap: 7px;
}

.eye-icnon {
    width: 17px;
    height: 17px;
    object-fit: cover;
}

.UGX-number span {
    font-size: 8px;
    font-weight: 500;
    color: #fff;
    line-height: 11px;
}

.holder-name {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 3px;
    line-height: 16px;
}

.last-update {
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    margin: 4px 0 0;
}

.right-card-data {
    flex: 1;
    padding: 10px 19px 10px 0;
    text-align: right;
}

.expire-date {
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 7px;
    line-height: 15px;
}

.h2-date {
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    color: #fff;
    margin: 0;
}

.blog-search-result {
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 0 19px #00000029 !important;
    padding: 30px 30px 13px !important;
    border: 0 !important;
    background: #fff;
}

.blog-search-result .blog-date {
    margin: 5px 0 0!important;
    font-size: 14px!important;
    color: #0454a6;
}

@media (max-width: 991px) {
    .profile-d-card .card____box {
        max-width: 268px;
    }

    .cardf-row .card-col {
        gap: 15px 10px;
    }

    .on-content .left-card-data {
        padding: 10px 0 10px 10px;
    }

    .right-card-data {
        padding: 10px 10px 10px 0;
    }

    .blog-search-result {
    padding: 20px 10px 13px !important;
}
}

@media (max-width: 575px) {
    .vmore_btn {
        font-size: 12px !important;
        min-width: 61px !important;
    }
    
    .cardf-row {
        flex-wrap: wrap;
    }
    
    .profile-d-card .card____box {
        max-width: 254px !important;
    }
    
    .h2-date {
        font-size: 16px;
        line-height: 20px;
    }
}
