.blogs-page {
    border-bottom: 1px solid #eee;
}

.blog-img {
    
    height: 150px !important; 
    width: auto;
}

.blog-title a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.blog-title a:hover {
    text-decoration: underline;
    color: #0d6efd;
}

.blog-desc {
    font-size: 14px;
    color: #444;
}
/* HERO SECTION */
/* BLOGS HERO SECTION */

.blogs-hero {
    margin-bottom: 40px;
}

.blogs-hero-image {
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;  /* 🔥 IMPORTANT */
    /* optional (for empty space) */
}

.blogs-hero-content {
    background-color: #2c2c2c;
    color: #fff;
}

.blogs-hero-title a {
    color: #fff;
    text-decoration: none;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.blogs-hero-title a:hover {
    text-decoration: underline;
    text-decoration-color:#FF1423;
}

.blogs-hero-date {
    color: #bbb;
    font-size: 15px;
}
