.breadcrumbs_block_bg3 .page_title {
    color: #203040 !important;
    background: rgba(255, 255, 255, .45);
    padding: 10px 25px;
    text-shadow: none;
}

/* ==========================================
 * Sekcje galerii
 * ========================================== */

#esg-grid-2-1,
#esg-grid-3-1 {
    background: #fff;
    margin: 60px auto;
    padding: 45px;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}

/* ==========================================
 * Nagłówki
 * ========================================== */

.page_title {
    font-size: 48px;
}

.sc_team_title {
    margin-bottom: 60px;
    line-height: 1.25;
    font-size: 42px;
}

/* ==========================================
 * Cytaty
 * ========================================== */

.sc_quote_style_2 {
    margin-bottom: 35px;
    padding: 35px;
    border-left: 6px solid #b88c3d;
    border-radius: 12px;
    background: #f8f6f2;
    color: #555;
    font-size: 21px;
    font-style: italic;
    line-height: 1.8;
    position: relative;
}

.sc_quote_style_2:before {
    content: "❝";
    position: absolute;
    top: -10px;
    left: 18px;
    font-size: 80px;
    color: #d7b56b;
    opacity: .25;
}

/* ==========================================
 * Opisy
 * ========================================== */

#esg-grid-2-1 p,
#esg-grid-3-1 p {
    margin-bottom: 35px;
    color: #555;
    font-size: 18px;
    line-height: 1.9;
}

/* ==========================================
 * Link
 * ========================================== */

.post_descr a {
    display: inline-block;
    padding: 14px 24px;
    border-radius: 30px;
    background: #f4f4f4;
    color: #444;
    text-decoration: none;
    transition: all .3s ease;
}

.post_descr a:hover {
    background: #b88c3d;
    color: #fff;
}

/* ==========================================
 * Galeria
 * ========================================== */

.esg-grid ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.eg-gallery-wrapper {
    margin: 0 !important;
    transition: transform .3s ease;
}

.eg-gallery-wrapper:hover {
    transform: translateY(-5px);
}

/* Nie zmieniamy rozmiaru zdjęć - robi to Essential Grid */

.esg-entry-media {
    overflow: hidden;
    border-radius: 16px;
}

.esg-entry-media img {
    transition: transform .35s ease;
}

.eg-gallery-wrapper:hover .esg-entry-media img {
    transform: scale(1.06);
}

.gallery-heading {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #444;
    border-bottom: 1px solid #e5d7bc;
    padding-bottom: 15px;
}

/* ==========================================
 * Overlay
 * ========================================== */

.esg-overlay {
    background: rgba(0, 0, 0, .35) !important;
}

/* ==========================================
 * Tło strony
 * ========================================== */

body {
    background: #f8f7f4;
}

/* ==========================================
 * Responsywność
 * ========================================== */

@media (max-width: 768px) {
    #esg-grid-2-1,
    #esg-grid-3-1 {
        padding: 25px;
        margin: 35px auto;
    }

    .page_title {
        font-size: 34px;
    }

    .sc_team_title {
        margin-bottom: 40px;
        font-size: 30px;
    }

    .sc_quote_style_2 {
        padding: 25px;
        font-size: 18px;
    }

    #esg-grid-2-1 p,
    #esg-grid-3-1 p {
        font-size: 16px;
    }

    .esg-grid ul {
        gap: 16px;
    }
}
