/* .admin-bar header#myHeader {
    margin-top: 32px;
} */

li.header_lang_switcher > a > span {
    display: flex;
}

li.header_lang_switcher > a > span img {
    margin-right: 10px;
}

li.header_lang_switcher img.trp-flag-image {
    width: 20px;
    height: 15px;
    margin-top: 5px;
}

body.translatepress-fr_FR .navbar-nav {
    gap: 40px;
}

body.translatepress-fr_FR .navbar-nav > li.nav-item {
    min-width: 170px;
}


/* About page CSS */

.aboutCtntWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; 
    flex-wrap: wrap; 
}

.aboutCtntTxt0 {
    flex: 3;
    min-width: 250px;
}

.aboutCtntImg {
    flex: 1;
    min-width: 250px;
}

.aboutCtntImg img {
    max-width: 100%;
    height: auto;
    display: block;
}

.wtbLogoList li {
    border: 3px solid #ccc;
    padding: 25px;
}

.wtbLogoList li img {
    max-height: 110px;
}