.block-expertentipps .projekte-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
    margin-bottom: 48px;
}


@media only screen and (max-width: 991px) {
    .block-expertentipps .projekte-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .block-expertentipps .projekte-cards {
        grid-template-columns: repeat(1, 1fr);
    }
}

.block-expertentipps .projekte-card-image img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

.block-expertentipps .projekte-card-excerpt {
    margin-bottom: 20px;
}

.block-expertentipps .projekte-card-readmore {
    color: #1e3c50;
    font-weight: bold;
    margin-top: auto;
    text-align: right;
}

.block-expertentipps .projekte-card-readmore:hover {
    text-decoration: underline;
}
