.featured-post-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.featured-post-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px; /* Abstand zwischen Bild und Titel */
}

.featured-post-title {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
