.blog_card .card-img-top {
    height: 220px;
    object-fit: cover;
}
.blog_footer .logo_bg {
    padding: 4px;
    border-radius: 50px;
    height: 36px;
    width: 36px;
    display: flex;
    min-width: 36px;
}
.blog_footer p {
    margin-right: 10px;
    font-size: 0.8rem;
}
.custom-search-bar .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
    font-size: 1rem;
    color: #000000;
    border: 0;
    border-radius: 50%;
}
.custom-search-bar .form-control {
    background-color: #E5E5E5;
}
.custom-search-bar ::placeholder {
    color: #000000 !important;
}
.featured_card p {
    font-weight: 500;
    font-size: 0.865rem;
}
.catageroy_list{
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}
.featured_card img {
  max-height: 80px;
  width: 100%;
}
@media (max-width: 991px) {
    .catageroy_list {
        flex-wrap: wrap;
    }
    .btn-outlline-secondary {
        padding: 4px 16px;
    }
}

@media (max-width: 576px) {
    .blog_footer .logo_bg {
        height: 26px;
        width: 26px;
        min-width: 26px;
    }
    .blog_footer p {
        margin-right: 0;
        font-size: 0.625rem;
    }
    .blog_card .card-body, .blog_card .card-footer {
        padding: 8px;
    }
    .featured_card p {
        font-weight: 500;
        font-size: 0.765rem;
    }
}