/* Default theme */
.mj-section-header > h3 {
    color: var(--teal-500);
}

.mj-section-header > h2 {
    color: var(--teal-700);
}

.mj-section-header > p {
    color: #525252;
}

/** Prime Theme */
.theme-prime {
    color: #FFF !important;
    background: linear-gradient(148deg, rgba(117, 110, 151, 0.40) 13.94%, rgba(117, 110, 151, 0.06) 28.68%, rgba(117, 110, 151, 0.00) 74.85%, rgba(117, 110, 151, 0.40) 91.21%), #19181E;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.theme-prime .mj-section-header > h3 {
    color: var(--teal-500);
}

.theme-prime .mj-section-header > h2 {
    color: #FCFCFC;
}

.theme-prime .mj-section-header > p {
    color: #D6D6D6;
}