/* =Child-Theme responsive styles starts here
-------------------------------------------------------------- */

@media only screen and (max-width: 600px) {
    .latest-posts-masonry {
        flex-direction: column;
        gap: 0px !important;
        margin-top: 20px;
    }

    .latest-post-item {
        width: 100%;
    }

    .post-title a {
        line-height: 1;
        font-size: 36px;
    }
}

/* About Us */

@media only screen and (max-width: 600px) {
    .about-mobile-video .elementor-widget-wrap {
        margin: 0px !important;
    }
}
