:root{--page-title-display:none;}/* Start custom CSS */.elementor-post__excerpt {
    overflow:hidden;
    height:105px;
    min-height:80px !important;
    margin-bottom: 70px !important;
}

.elementor-post__excerpt p:after {
    content: ' ...';
}

.elementor-pagination {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {

    .elementor-post__excerpt {
        overflow:auto;
        height:auto;
        min-height:150px !important;
        margin-bottom: 25px !important;
    }
}/* End custom CSS */