.blog-card {
    background: #fff;
}

.blog-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-bottom: 18px;
}
.blog-img img{
    height: 100%;
    width: 100%;
}

.blog-title a {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;
    text-decoration: none;
    color: #000;
}

.blog-meta {
    font-size: 14px;
    color: #000;
    margin-bottom: 14px;
}

.blog-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 16px;
}

.read-more {
    font-size: 15px;
    font-weight: 600;
    color: #0a7f6f;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
    color: #0a7f6f;
}
