.news-section{
margin-top: 0;

}
.news-block .overlay-box,
.news-block .category,
.news-block .post-info {
    display: none !important;
}

.equal-cards>[class*="col-"] {
    display: flex;
}

/* Kart */
.blog-card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: none !important;
    box-shadow: none !important;
}

/* Resim kısmı */
.blog-card .image {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.blog-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: none !important;
}

.blog-card:hover img {
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
}

.blog-card .lower-content {
    flex: 1 1 auto;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blog-card .lower-content h6 {
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
}

.blog-card .lower-content a {
    color: #0f172a;
    text-decoration: none;
}

.blog-card .lower-content a:hover {
    text-decoration: underline;
}