@media (min-width: 768px) {
    body.single-post #page .site-content {
        margin-top: 60px !important;
    }
	.post-content-wrapper .entry-content h2 {
		font-size: 40px;
	}
	.post-content-wrapper .entry-content h3 {
		font-size: 32px;
	}
}
.elementor-blockquote--skin-border .elementor-blockquote {
	border-color: var(--e-global-color-primary);
	margin-block: 24px;
}
.hentry .entry-content blockquote p:last-child
{
    line-height: 1.35;
    font-style: italic;
}