@media only screen and (max-width: 1024px) and (min-width: 766px) {
    /* Article Post Style */
    .elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n + 1) {
        width: 200% !important;
    }
    .elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n) {
        width: 200% !important;
    }
    /* /Article Post Style */
    /* Footer P Tag Style */
    .tg-site-footer .tg-site-footer-bar p {
        justify-content: center !important;
        text-align: center !important;
    }
    .lenght {
        white-space: nowrap !important;
        width: 190px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
}