#nav-logo-menu-2 .bg-wrap {
	background: linear-gradient(to right, #4a148c, rgba(142, 36, 170, 0.98));
}#header-text-text .bg {
    background-image: url('../images/bg-29.webp');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    opacity: 0.25;
}#desc-img-text-9 .bg {
    background-image: url('../images/item-grid-horizontal-3.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:0.15;
}#media-text-icon .bg {
    background-image: url('../images/bg-71.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity:0.25;
}#benefits-3col-5 .bg {
    background-image: url('../images/bg-29.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:0.1;
}
#benefits-3col-10 .bg {
    background-image: url('../images/bg-59.webp');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    opacity:0.075;
}
#testimonial-4col .bg-wrap {
    background-color: #6a1b9a;
}

/* Light sections */
.light {
    background-color: #f3e5f5;
}

/* Dark sections */  
.dark {
    background-color: #4a148c;
}

/* Header sections */
.light header {
    background-color: #fce4ec;
}

.dark header {
    background-color: #2d0845;
}

