/* Start custom CSS */.elementor-widget-text-editor h2 {
    font-size: 28px;
    line-height: 30px;
    color: #f7c02d;
    font-weight: 500;
    font-family: syne;
}

@media only screen and (max-width: 600px) {
    .elementor-widget-text-editor h2 {
        font-size: 20px;
        line-height: 30px;
        color: #f7c02d;
        font-weight: 500;
    }
}

.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4 {
    font-size: 24px;
    line-height: 24px;
    color: #000000; /* black */
    font-weight: 500;
    font-family: syne;
}

@media only screen and (max-width: 600px) {
    .elementor-widget-text-editor h3,
    .elementor-widget-text-editor h4 {
        font-size: 18px;
        line-height: 24px;
        color: #000000; /* black */
        font-weight: 500;
    }
}/* End custom CSS */