

:root {
    --color-palette-1: #015233;
    --color-palette-2: #94d6da;
    --color-palette-3: #b19057;
    --color-palette-4: #e2dddb;

    /* Derived shades */
    --color-palette-1-dark:  #013d26;
    --color-palette-2-dark:  #5ab4ba;
    --color-palette-3-dark:  #8a7045;
    --color-palette-1-tint:  #e8f5ef;
    --color-palette-2-tint:  #d6f0f2;
}



/* ---------------- */

.clearfix::before {
    content: "";
    clear: both;
    display: table;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.sub-cat-title-2026 { margin-top: 25px; margin-bottom: 15px; font-size: 18px; color: var(--color-palette-2-dark); }


@media (max-width: 767px) {

    .sub-cat-wrap .pBox2_img { float: none; width: 100%; }
    .sub-cat-wrap .pBox2_img img { width: 100%; }
    .sub-cat-wrap .text { float: none; width: 100%; }

}

