/* Project-specific overrides on top of the vendored style.css/responsive.css */

.service_pic_item img,
.mega_small_service_item_img img,
.corpo_img img {
    max-width: 100%;
    height: auto;
}

#news-list .news-card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 24px;
}

#news-list .news-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

#news-list .news-card .news-card-body {
    padding: 16px;
}

#news-list .news-card h5 {
    color: #273896;
}

#news-list .news-card small {
    color: #0083cb;
}

#news-year-filter {
    max-width: 200px;
}
