.hero-image-section-blog {
    background-image: url('../images/image (16).png');
}

.section-main-container {
    padding: 3rem 1rem;
    background-color: #fff;
}

.card-custom-shadow {
    box-shadow: 0 4px 10px #00000040;
    border-radius: 16px;
    overflow: hidden;
}

.image-custom-fit {
    height: 240px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.meta-data-section {
    font-size: 14px;
    color: #6c757d;
}

.read-more-custom:hover {
    background-color: #008e5b;
    color: #fff;
}

.recent-post-container {
    background: #F8F8F8;
    padding: 1.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 10px #00000040;

}

@media(min-width: 992px) {
    .recent-post-container {
        position: sticky;
        top: 0;
    }
}

.recent-post-img {
    height: 32%;
    width: 32%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.recent-post-text {
    font-size: 14px;
    color: #333;
}

.recent-post-date {
    font-size: 12px;
    color: #888;
}