.triptyque {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.1rem
}
.triptyque img {
    object-fit: cover;
}
.triptyque img:first-of-type {
    width: 9rem;
    height: 20.875rem;
    flex-shrink: 0;
    margin-top: 8rem;
}

.triptyque img:nth-child(2n) {
    width: 11.625rem;
    height: 23.25rem;
    flex-shrink: 0;
}

.triptyque img:last-of-type {
    width: 7.3125rem;

height: 11.625rem;
flex-shrink: 0;
}
