#sekcja1 {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin:70px 0;
}

#sekcja1 .col-6 {
    float:left;
    width:50%;
}

#sekcja1 .col-6.text1 {
    padding:30px;
    font-size:14pt;
}

#sekcja1 .col-6.text1 p {
    font-size:14pt;
}

.article__block .article__image_wrapper, #main_news .article__image_wrapper {
    height: auto;
    max-height: fit-content;
    background: #fff;
}

.article__block {
    align-items: start;
}

#ambasadorzy {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#ambasadorzy .col-12 {
    text-align: center;
    background: #f9f9f9;
    /* margin: 8px; */
    border-radius: 25px;
    padding: 40px;
    border: 10px solid #fff;
}

img.awatar1 {
    border-radius: 50%;
    width: 135px;
}

img.logo1 {
    width: 200px;
    margin: 10px 0 10px 0;
    border-radius: 5px;
}

@media(min-width:757px) {
    
div#menu_banners3 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: space-around;
    gap:30px;
}

#menu_banners3 div.menu_button_wrapper {
    padding: 0;
    width: 100% !important;
    flex: none !important;
    max-width: 100%;
}


.article__image_wrapper {
    height: 27rem;
    max-height: 25rem;
}

}

@media(min-width:150px) and (max-width:756px) {
    


.article__block .article__image_wrapper, .article__block .article__image_wrapper img, #main_news .article__image_wrapper, #main_news .article__image_wrapper img {
    height: 20rem;
    max-height: 22rem;
}
    
#ambasadorzy {
    display: grid;
    grid-template-columns: none;
}

.article__image_wrapper {
    height: auto;
    max-height: auto;
}
}

.sekcja0 {
    width: 100%;
    display: table;
}

.ikony1 {
    width: 33.333%;
    float: left;
    padding: 25px;
    min-height: 400px;
}

.ikony1 img {
    width: 120px;
    text-align: center;
    margin: 0 auto;
    display: table;
}

.ikony1 h5 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.ikony1 p {
    text-align: center;
}

.text_menu h1.headline {
    color: #ba905d;
    font-size: 32px;
    text-align: center;
    justify-content: center;
    letter-spacing: 0rem;
    text-transform: unset;
    font-weight: 600;
    font-family: 'Lato','Open sans',Arial,sans-serif;
    line-height: normal;
}

img.ikony01 {
    width: 50%;
    float: left;
    margin-bottom:60px;
}

img.ikony001 {
    margin: 0 auto;
    display: table;
}

.text_menu h1 {
    color:#ba905d;
    font-size:42px;
}

.text_menu h2 {
    color: #ba905d;
    font-size: 32px;
    display: table;
    width: 100%;
}
.text_menu ul li {
    padding: 6px 0;
}

.text_menu a.link1 {
    background: #ba905d;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 7px;
    display: inline-flex;
    padding: 14px 36px;
}

.text_menu a.link1:hover, .text_menu a.link1:focus {
    background: #000;
    color: #fff;
}

.tg .tg-0pky {
    width: 50%;
    padding: 20px 25px;
}

td.tg-7btt {
    font-size: 17px !important;
}

@media (max-width:768px) {


#sekcja1 {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin:15px 0;
}

#sekcja1.odwrot1 {
    display: flex;
    flex-direction: column-reverse;
}

#sekcja1 .col-6 {
    float:left;
    width:100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#sekcja1 .col-6.text1 {
    padding:15px;
    font-size:12pt;
}
    
.ikony1 {
    width: 100%;
    float: left;
    padding: 15px;
}
    
img.ikony01 {
    width: 100%;
    float: left;
    margin-bottom:2px;
}

.menu_button_wrapper.col-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

}