.blogs-page {
    border-bottom: 1px solid #eee;
}

.blog-img {
    height: 150px !important;
    object-fit: cover;
    width: 100%;
}

.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: 500px;
    background-size: cover;
    background-position: center;
}

.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;
}

.blogs-hero-date {
    color: #bbb;
    font-size: 15px;
}
