.news-quick img {
    border-radius: 8px;
}

/* Center headline of quick-news */
.news-quick h3 {
    text-align: center;
}

/* Avoid streching of image in quick-news */
img.card-img-top,
img.card-img-bottom {
    object-fit: scale-down;
}

@media (min-width: 768px) {

    /* breakpoint-md */
    img.card-img-top,
    img.card-img-bottom {
        height: 200px;
    }
}
