
body .module:not(.module-banner-page):not(.module-gallery).no-background-color .title.title-section-1,
body .module:not(.module-banner-page):not(.module-gallery).no-background-color .title-module.title-section-1,
body .editor.txt h1 {
    color: var(--color-primary);
}
body .module:not(.module-banner-page):not(.module-gallery).no-background-color .title.title-section-2,
body .module:not(.module-banner-page):not(.module-gallery).no-background-color .title-module.title-section-2,
body .editor.txt h2 {
    color: var(--color-secondary);
}
body .module:not(.module-banner-page):not(.module-gallery).no-background-color .title.title-section-3,
body .module:not(.module-banner-page):not(.module-gallery).no-background-color .title-module.title-section-3,
body .editor.txt h3 {
    color: var(--color-primary);
}
body .module:not(.module-banner-page):not(.module-gallery).no-background-color .title.title-section-4,
body .module:not(.module-banner-page):not(.module-gallery).no-background-color .title-module.title-section-4,
body .editor.txt h4 {
    color: var(--color-secondary);
}
body .module:not(.module-banner-page):not(.module-gallery).no-background-color .title.title-section-5,
body .module:not(.module-banner-page):not(.module-gallery).no-background-color .title-module.title-section-5,
body .editor.txt h {
    color: var(--color-default);
}
body .module.module-images-slider .title.title-section-3 {
    color: var(--color-background)!important;
}
