.about-us-banner {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.about-us-main {
    text-align: center;
    padding: 40px;
    background-color: #fff;
}

.about-us-main h1 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
}

.about-us-main p {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    margin: 0;
}

.about-us-main .big-title {
    font-size: 45px;
    line-height: 50px;
    color: #000;
}

.about-us-video {
    text-align: center;
    background: #ebd6ad;
    padding: 10px;
}

.about-us-video video {
    width: 100%;
    max-width: 800px;
}

.about-us-text-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
    gap: 20px;
}

.about-us-text {
    flex: 1;
    padding: 30px;
    font-size: 18px;
}

.about-us-text p {
    font-size: 26px;
    line-height: 35px;
    color: #000;
}

.about-us-image {
    flex: 1;
}

.about-us-image img {
    max-width: 100%;
    height: auto;
}

.about-us-full-text {
    text-align: center;
    padding: 20px;
    margin: 30px 0;
    font-size: 20px;
}

.about-us-background {
    text-align: center;
    padding: 60px;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.about-us-list-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
    gap: 20px;
}

.about-us-list-image-item {
    width: 40%;
}

.about-us-list-image-item img {
    height: auto;
    width: -webkit-fill-available;
}

.about-us-list {
    flex: 1;
    padding: 30px;
}

.about-us-list ul {
    list-style-type: square;
    font-size: 25px;
    line-height: 60px;
}

.about-us-footer {
    text-align: center;
    padding: 20px;
    margin: 30px 0;
    font-size: 20px;
    font-weight: bold;
}

.about-us-main p {
    font-size: 24px;
    line-height: 1.3;
    margin: 0px;
}

.about-us-full-text .text-under {
    border-bottom: 5px solid #ebd6ad;
    font-size: 30px;
    line-height: 35px;
    color: #000;
    display: unset;
    padding-bottom: 10px;
}
.about-us-background p {
    font-size: 30px;
    line-height: 35px;
    color: #000;
}

.about-us-list {
    font-size: 30px;
    line-height: 60px;
    color: #000;
}

.about-us-list ul {
    list-style-type: none; /* Usuwa domyślny marker listy */
    padding: 0; /* Usuwa marginesy wewnętrzne */
}

.about-us-list li {
    position: relative; /* Umożliwia pozycjonowanie markerów */
    padding-left: 50px; /* Dodaje przestrzeń na marker */
}

.about-us-list li::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-color: #ebd6ad;
}

.about-us-footer p {
    font-size: 30px;
    line-height: 35px;
    color: #000;
}

.about-us-full-text-2 p {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    text-align: center;
}



@media (max-width: 768px) {
    .about-us-main {
        text-align: center;
        padding: 20px 0px;
        background-color: #fff;
    }
    .about-us-main .big-title {
        font-size: 20px;
        line-height: 25px;
        color: #000;
        font-weight: bold;
    }
    .about-us-text {
        flex: unset;
        padding: 20px 0px;
        font-size: 18px;
        order: 2;
    }
    .about-us-image {
        flex: unset;
        order: 1;
    }
    .about-us-text-image {
        display: grid;
        justify-content: space-between;
        align-items: center;
        margin: 20px 0;
        gap: 0px;
    }
    .about-us-text p {
        font-size: 20px;
        line-height: 25px;
        color: #000;
        text-align: center;
    }
    .about-us-background {
        display: none;
    }
    .about-us-list-image {
        display: none;
    }
    .about-us-full-text-2 {
        display: none;
    }
    .about-us-footer {
        display: none;
    }
    .about-us-full-text {
        text-align: center;
        margin: 10px 0;
        font-size: 20px;
        font-weight: bold;
        background-image: url(https://moeblodev.cfolks.pl/modules/homepage_aboutus/views/img/67ea4e6434fb2.jpg);
        background-size: cover;
        background-position: center;
        padding: 40px 0;
    }
    .about-us-full-text .text-under {
        border-bottom: none;
        font-size: 20px;
        line-height: 25px;
        color: #000;
        display: unset;
        padding-bottom: 0px;
    }
}
