.redakce-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(204px, 1fr));
    justify-content: center;
    gap: 16px 12px;
    margin-top: 32px;
}

.redakce-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    width: 204px;
}

.redakce-photo {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 16px;
    display: block;
}

.redakce-photo-3 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 100%, 0% 100%);
}

.redakce-info h2 {
    font-size: 1.25rem;
    margin: 0 0 4px;
}

.redakce-info p:first-of-type {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    margin: 0 0 10px;
}

.redakce-info p:nth-of-type(2) {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 20px;
}

.photo-frantisek {
    object-position: center 41%;
    height: 200px;
    object-fit: cover;
}
