body:not(.elementor-page) .entry-content h2 {
    font-size: 30px !important;
	text-transform: none !important;
}

body.elementor-page .entry-content h2 {
	text-transform: uppercase !important;
}

body:not(.elementor-page) .entry-content h3 {
    font-size: 20px !important;
	text-transform: none !important;
}

h2.elementor-divider__text{
    font-size: 40px !important;
    font-weight: 700 !important;
    font-family: 'Lato', sans-serif !important;
    line-height: 1.3em !important;
}

@media (max-width: 921px) {
    h2.elementor-divider__text {
        font-size: 34px !important;
    }
}

@media (max-width: 544px) {
    h2.elementor-divider__text {
        font-size: 24px !important;
    }
}