body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden !important;
    /* Ukrycie poziomego paska przewijania */

}

.section {
    padding: 5vh 10vw 5vh 10vw !important;
    height: auto !important;
    /* width: 90vw; */

}


.section .row {
    align-items: center;
}

.section h1 {
    font-size: 1.5625vw;
    color: #8D9B69;
    margin-bottom: 8px;
}

.section h2 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 3.6458vw;
    color: #102A4F;
}

.section p {
    margin-top: 4vh;
    font-weight: 300;
    font-size: 1.0417vw;
    color: #102A4F;
}


.splide__slide img {
    max-width: 36.61vw;
    max-height: 490px;
    object-fit: cover;
    /* Zachowanie proporcji zdjęcia */
}

.splide__slide img {
    filter: brightness(50%);
    transition: 0.1s;
    /* Przyciemnienie nieaktywnych slajdów */
}

.splide__slide.is-active img,
.splide__slide.is-next img {
    filter: brightness(100%);
    /* Przyciemnienie nieaktywnych slajdów */
}

.splide__arrow {
    background-color: white;
    opacity: 1;
    height: 60px;
    width: 60px;
}


@media (max-width: 768px) {

    .section {
        padding: 5vh 2vh 5vh 2vh !important;
        /* width: 90vw; */

    }



    .section h1 {
        font-size: 20px;
    }

    .section h2 {
        font-size: 30px;
    }

    .section p {
        font-size: 18px;
    }

    .p-5 {
        padding: 2rem !important;
    }

    .my-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .splide__slide img {
        max-width: 703px;
        max-height: 250px;
        object-fit: cover;
        padding: 0 !important;
        /* Zachowanie proporcji zdjęcia */
    }
}

@media (max-width: 1440px) {
    .splide__slide img {
        padding: 1vh;
    }
}