
.references-grid-full {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .references-grid-full {
        grid-template-columns: 1fr;
    }
}

.full-ref {
    height: auto;
    min-height: 280px;
    align-items: flex-start;
    text-align: left;
}


.full-ref {
    height: auto !important;       /* 🔥 zruší pevnou výšku */
    max-height: none !important;
    overflow: visible !important;
}


@media (max-width: 768px) {

    .full-ref {
        padding: 20px;
    }

    .full-ref p {
        line-height: 1.6;
    }


.full-ref {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.full-ref p {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}