#nav-logo-menu-btn .bg-wrap {
	background: #10b981;
}
#header-text-4 .bg {
    background-image: url('../images/bg-12.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0.3;
}
#text-2col-4.light .bg-wrap {
	background: #d1fae5;
}
#text-2col-4.dark .bg-wrap {
	background: #047857;
}
#desc-text .bg {
    background-image: url('../images/bg-68.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.3;
}
#desc-text .bg-wrap {
    background: #065f46;
}
#text-4col-3.light .bg-wrap {
	background: #ecfdf5;
}
#text-4col-3.dark .bg-wrap {
	background: #064e3b;
}
#desc-halfbg-text-img-text .bg-wrap {
    background-color: #6ee7b7;
}
#contact-form-halfbg .bg-wrap {
    background: #a7f3d0;
}
#cookie-text .bg-wrap {
    background: rgba(6, 78, 59, 0.9);
}
#footer-logo-text-img .bg-wrap {
    background: #022c22;
}
section.light .bg-wrap {
    background-color: #ecfdf5;
}
section.dark .bg-wrap {
    background-color: #047857;
}