#nav-menu-full .bg-wrap{
    background: rgba(156, 39, 176, 0.8);
}

#header-img-text .bg-wrap {
    background: #ca7fd5;
}

#benefits-3col-3 .bg-wrap {
    background-color: #e1bee7;
}

#desc-text-2 .bg-wrap {
    background: #ab47bc;
}

#text-2col-4 .bg-wrap {
    background-color: #ce93d8;
}

#desc-text-halfbg-3 .bg-wrap {
    background: #ccb3d3;
}

#text-3col .bg-wrap {
    background-color: #c8afd3;
}

#desc-text-8 .bg-wrap {
    background: #9875ac;
}

#contact-form .bg-wrap {
    background-color: #4a148c;
}

#cookie-text .bg-wrap {
    background: rgba(156, 39, 176, 0.8);
}

#footer-text-2 .bg-wrap {
    background-color: #f8bbd9;
}

#header-img-text .bg {
    background-image: url('../images/bg-20.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.18;
}
#desc-text-2 .bg {
    background-image: url('../images/bg-73.webp');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    opacity:1;
}


#desc-text-8 .bg {
    background-image: url('../images/bg-23.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity:1;
}
#contact-form .bg {
	background-image: url('../images/bg-31.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
	opacity: 1;
}
