.asptt-block-page-heading {
    display: flex;
    align-items: center;
    gap: 15px;
}

.asptt-block-page-heading .asptt-page-heading{
    font-size: 46px;
    color: var(--e-global-color-primary);
    text-transform: uppercase;
    margin: 0;
}

.password-protected-post .asptt-block-page-heading .asptt-page-description{
    display: none;
}

.asptt-block-page-heading .asptt-page-description{
    line-height: 20px;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .asptt-block-page-heading {
        flex-direction: column;
    }
    .asptt-block-page-heading .asptt-page-heading {
        font-size: 33px;
    }
}