.elementor-widget-theme-post-content .elementor-widget-container ul,
.elementor-widget-theme-post-content .elementor-widget-container ol {
    padding-left: 15px !important;
}

@media screen and (min-width: 601px) {
    .tp-main h2 {
        font-size: 25px !important;
    }

    .tp-main h3 {
        font-size: 24px !important;
    }

    .tp-main h4,
    .tp-main h5,
    .tp-main h6 {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 600px) {
    .tp-main h1 {
        font-size: 29px !important;
    }
    .tp-main h2 {
        font-size: 21px !important;
    }

    .tp-main h3 {
        font-size: 20px !important;
    }

    .tp-main h4,
    .tp-main h5,
    .tp-main h6 {
        font-size: 18px !important;
    }
}