.poznajmy-sie{
    border-top: 1px solid #033773;
    border-bottom: 1px solid #033773;
    margin: 24px 0px;
    padding: 16px 8px;
}
.start-tresc-tytul{
    color: #003871;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 48px;
}
.start-tresc-tresc{
    color: #003871;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    line-height: 36px;
    display: -webkit-box;       /* Dla wieloliniowego wyświetlania */
    -webkit-line-clamp: 5;      /* Liczba linii do wyświetlenia */
    -webkit-box-orient: vertical; /* Orientacja pudełek */
    overflow: hidden;           /* Ukrywanie nadmiarowego tekstu */
    text-overflow: ellipsis;  
    transition: max-height 0.3s ease;
    max-height: 9em;   
}
.start-tresc-tresc.expanded {
    -webkit-line-clamp: unset;    /* Wyłączenie ograniczenia linii */
    overflow: visible;            /* Pokazanie całego tekstu */
    max-height: none;             /* Brak limitu wysokości */
}
.grupy > article{
    margin-bottom: 48px;
}
.btn-tlo{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
    margin-bottom: 8px;
}
.btn-tlo button{
    background-color: transparent;
    border: 0px none transparent;
    color: #003871;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    cursor: pointer;
}
.btn-tlo button:hover{
    opacity: 0.6;
}

.grupy{
    padding: 0 8px;
    margin-bottom: 44px;

}
.grupy > div{
    display: flex;
}
.grupy > article > h2{
    text-align: center;
    width: 100%;
}
.grupy > div > div > h2{
    color: #003871;
    font-family: "Playfair Display", serif;
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.grupy > div > div > ul{
    list-style-type: none;
    display: flex;
    padding: 0px;
    margin: 0px;
    justify-content: center;
    gap: 146px;
}
.grupy > div > div > ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration-color: transparent;
    color: #0a316c;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 400;
    gap: 56px;
    text-transform: uppercase;
}
.grupy > div > div > ul li a img{
    height: 116px;
    width: 117px;
}
.grupy > div > div > ul li a:hover img{
    content: url(../grafika/zaznaczenie.png);
    height: 116px;
    width: 117px;
}

.filmy-tlo{
    background-color: #fcf5ef;
    padding-top: 120px;
    padding-bottom: 70px;
}
.modul-start-film-tytul{
    color: #003871;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 36px;
    width: 100%;
    border-bottom: 0px none transparent;
    text-align: center;
    margin-bottom: 56px;
}
.film-zawartosc{
    display: flex;
    justify-content: center;
}
.film-zawartosc iframe{
    border-radius: 0.5rem;
    width: 664px;
    min-width: 664px;
    height: 426px;
    min-height: 426px;
}

/* Mapa */
.mapa-tlo{
    border-top: 1px solid #d3d3d5;
    border-bottom: 1px solid #d3d3d5;
    height: 442px;
}
.mapa-tlo iframe{
    width: 100%;
    height: 100%;
}