.bg-dark1-green {
    background: var(--dark1-color);
}

.bg-light-blue {
    background: var(--light-blue-color);
}

.bg-primary {
    background: var(--primary-color) !important;
}

.bg-light1 {
    background: var(--light1-color) !important;
}


.bg-g5 {
    background: var(--g5-color);
}

.bg-light-white {
    background: var(--light-white-color);
}

.bg-white {
    background: var(--white-color);
}

.bg-light4 {
    background: var(--light4-color);
}

.bg-light5 {
    background: var(--light5-color) !important;
}
