@media (min-width: 991px) and (max-width: 1199px) {
    .jedrek-menu a {
        font-size: 14px;
    }
    .jedrek-menu {
        gap: 24px;
    }
}
@media (max-width: 1400px) {
    .principle-item__circle{
        width: 300px;
        height: 300px;
    }
}
@media (max-width: 1199px) {
    .navbar .contact-btn,
    .navbar .nav-link {
        font-size: 14px;
    }
    .initiatives-col-card__body {
        font-size: 17px;
        line-height: 1.8;
        color: #444;
        flex: 1;
        background: url(../images/workshops-shape-bg.png);
        background-size: cover;
        padding: 20px 20px;
    }
    .principle-item__circle {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 991px) {
    .tp-header-main {
        padding: 10px 0;
    }
    .tp-main-menu-content.navbar {
        justify-content: flex-start !important;
    }
    .tp-main-menu-content ul {
        width: 100%;
        display: block;
    }
    .navbar .nav-link {
        padding: 15px 5px !important;
    }
    .nav-item:last-child,
    .nav-item:nth-last-child(2) {
        display: none;
    }
    .site-footer__brand {
        text-align: center;
    }
    .site-footer ul.site-footer-menu{
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px 20px;
    }
    .site-footer__copyright {
        font-size: 14px;
        line-height: 1.5;
    }
    .initiatives-col-card__body {
        font-size: 15px;
    }
    .initiatives-col-card__icon-img {
        width: 100%;
        max-width: 100%;
        /* margin-top: 25px; */
    }
    .integrated-section::before,
    .ws-cards-section::before,
    .fb-projects-section::before,
    .itm-page::before {
        width: 350px;
        height: 253px;
        background-size: 236px;
    }
    .integrated-section::after {
        width: 250px;
        height: 260px;
        background-size: 212px;
    }
    .ws-cards-section::after,
    .fb-projects-section::after,
    .itm-page::after{
        width: 265px;
        height: 420px;
        background-size: 210px;
    }
    .global-section::before{
        display: none;
    }
    .ecosocial-item__desc{
        font-size: 17px;
    }
    .fivebecoming-modal__media img{
        width: 100%;
        height: auto;
    }
    .site-footer__top {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .jedrek-header__search-panel .search-field {
        height: 50px;
        padding: 10px 60px 10px 12px;
    }
    .jedrek-search-submit {
        width: 50px;
    }
    .custom-contact-form label {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .custom-contact-form .form-control,
    .custom-contact-form .form-select {
        height: 50px;
        font-size: 15px;
    }

    .custom-contact-form textarea.form-control {
        height: 140px;
    }

    .custom-contact-form .btn-submit {
        width: 100%;
        font-size: 16px;
    }
    .initiatives-section::before {
        top: -100px;
        right: -100px;
        width: 261px;
        height: 392px;
        background-size: 230px;
    }
    .initiatives-section::after {
        bottom: 30%;
        left: -240px;
        width: 252px;
        height: 295px;
        background-size: 110px;
    }
    .initiatives-section .container::before {
        right: -180px;
        width: 168px;
        height: 255px;
        background-size: 100px;
        bottom: -2%;
    }
    .cert-content__inner,
    .workshops-page .ws-cta__inner{
        flex: 1;
    }
    .cert-content__btn{
        padding: 10px 15px;
    }
    .timeline-entry.timeline-entry--left .timeline-entry__image {
        margin-right: auto;
        margin-left: unset;
        display: block;
    }
    .initiative-item{
        padding-bottom: 0;
        margin-bottom: 40px;
    }
    .integrated-section::before, .ws-cards-section::before, .fb-projects-section::before, .itm-page::before {
        width: 274px;
        height: 253px;
        background-size: 211px;
    }
    .ws-card-row {
        padding: 40px 0;
    }
    .workshops-page .ws-card {
        padding: 0px;
    }
    .workshops-page .ws-card__body ul,
    .workshops-page .ws-card__body ol{
        margin-bottom: 0;
        padding-left: 17px;
    }
    .workshops-page .ws-card__body li:last-child {
        margin-bottom: 0;
    }
    .workshops-page .ws-cards-section{
        padding: 50px 0;
    }
    .importance-fivebecomings-commons-section{
        padding: 50px 0;
    }
    .site-footer__bottom {
        padding: 15px 0 0px;
    }
    .site-footer__top {
        padding: 40px 0 5px;
    }
    .fivebecomingModalEarth__media img{
        width: 60%;
        height: auto;
    }
    .fivebecomingModalFire__media img{
        width: 60%;
        height: auto;
    }
    .fivebecomingModalAir__media img{
        width: 60%;
        height: auto;
    }
    .fivebecomingModalCommons__media img{
        width: 60%;
        height: auto;
    }
    /* .site-footer{padding-bottom: 550px;} */
}
@media (max-width: 575px) {
    .integrated-list {
        display: flex;
        flex-direction: column;
        gap: 45px;
    }
    .integrated-list li{
        margin: 0 auto;
    }
    .importance-fivebecomings-title{
        font-size: 22px;
    }
    .page-template-workshops-template .ws-card__image{
        max-width: 200px;
    }
}