:root {
    /* Logo Colors */
    --logo-w: #006862;   /* Tropical Rain Forest */
    --logo-i: #EB6B4B;   /* Burnt Sienna */
    --logo-s: #FEC23F;   /* Sunglow */
    --logo-h: #C3C745;   /* Old Gold */
    --color-white: #ffffff;

    /* Other Colors */
    --color-linen: #F8F2E1;  /* Linen */
    --color-opal: #99CBC3;   /* Opal */
}

/* ======= Header Top ============= */
.heading_sub {
    background-color: var(--logo-w);;
}

/* ======= Feature ============= */
.wish-together .feature .container::before {
    background-color: var(--color-white);
    border: 1px solid #E2E0E0;
}
.wish-together .feature .row > div:last-child .feature_item {
    border-right: none !important;
}
.wish-together .feature_item {
    padding: 20px 20px;
}
.wish-together .feature_item_right {
    padding-left: 20px;
}
/* ======= Footer ============= */
.footer_copyright .container::before {
    border-top: 1px solid var(--logo-h);
}