@media screen and (min-width: 1120px) {
    .banner3 {
        display: flex;
        position: relative;
        top: 8rem;
        width: 100%;
        max-height: 500px;
        overflow: hidden;
    }

    .banner_3 {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .dokumenty_container {
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 2rem;
        margin: 1rem clamp(10px, 20%, 20px);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container {
        margin: 3rem clamp(10px, 20%, 600px);
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        width: 100%;
        align-items: start;
        justify-content: center;
    }

    .info_dokumenty {

        margin: 3rem clamp(10px, 20%, 900px);
        display: grid;
        justify-content: center;
       align-items: center;
    }

    .dokumenty_naglowek {
        margin: 10rem 20% 0 20%;
        display: grid;
        grid-template-rows: repeat(2, auto);
        justify-content: left;
        text-align: left;
        font-weight: 500;
        font-size: 18px;
    }

    .docs {
        font-weight: 500;
        font-size: 20px;
        margin: 0;
    }

    .item_size {
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: grid;
        gap: 20px;
        place-items: center;
        min-height: 300px;
        min-width: 400px;
    }

    .item {
        background: #fffdfd;

    }

    .item_col {
        background: rgba(255 239 224 / 63%);
    }
    .title {
        font-weight: bold;
        font-size: 22px;
        padding: 10px;
        color: #56443F;
        text-align: center;
    }
    .content {
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
        padding: 0 15px;
        font-size: 19px;
        font-weight: 400;
    }

    .content.open {
        max-height: none;
        padding: 10px 15px;
    }
}

/*MOBILE*/
@media screen and (max-width: 1120px) {
    .banner3 {
        display: flex;
        position: relative;
        max-width: 100%;
        top: 5.5rem;
        justify-content: center;
        overflow: hidden;
        margin-bottom: 2rem;
    }

    .banner_3 {
        width: 100%;
        min-height: 150px;
        object-fit: cover;
        margin-bottom: 3rem;
    }

    .info_dokumenty {

        margin: 3rem 10% 1rem 10%;
        display: grid;
        justify-content: left;
    }

    .dokumenty_naglowek {
        margin: 3rem 10%;
        display: grid;
        grid-template-rows: repeat(2, auto);
        justify-content: left;
        text-align: left;
        font-weight: 500;
        font-size: 18px;
    }

    .docs {
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 0;
    }

    .dokumenty_container {
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 2rem;
        margin: -2rem 0 0 0;
        display: flex;
        flex-wrap: wrap;
    }
    .container {
      display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-items: start;
        justify-content: center;
        margin: 0;
    }

    .item_size {

        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: grid;
        gap: 20px;
        place-items: center;
        min-height: 300px;

    }

    .item {
        background: #fffdfd;

    }

    .item_col {
        background: rgba(255 239 224 / 63%);
    }
    .title {
        font-weight: bold;
        font-size: 22px;
        padding: 10px 0 10px 0;
        color: #56443F;
        text-align: center;
    }
    .content {
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
       margin: 1rem;
        font-size: 19px;
        font-weight: 400;
    }

    .content.open {
        max-height: none;
       margin: 1rem;
    }
    .item_size {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: grid;
        gap: 20px;
        place-items: center;
        min-height: 300px;
        width: 100%;
    }
}








.more {
    text-align: center;
    margin: 0;
}

.decor_img {
    width: 100%;
    height: 50px;
    display: block;
}

.decor_hide {
    display: none;
    margin: 0.5rem;
}

.img {
    width: 100%;
    height: 50px;

}


.telefonicznie,
.mailowo {
    color: #582C12;
    font-weight: bold;
    text-decoration: none;
}

.telefonicznie:active,
.mailowo:active {
    text-decoration: none;
    color: inherit;
    background: none;
    outline: none;
}

.telefonicznie:hover,
.mailowo:hover {
    color: #937d6b;

}

.dokumenty_naglowek p {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0;
}

.linia {
    display: inline-flex;
    width: 100%;
    max-width: 350px;
    margin-top: -40px;
}