.mk-excerpt-block-preview {
    padding: 16px;
    background: #f5f6fa;
    border-radius: 8px;
    color: #222;
    font-size: 16px;
    font-family: inherit;
}

.mk-excerpt {
    font-size: 1em;
    line-height: 1.5;
    width: 100%;
}

.mk-excerpt p{
    font-family: var(--font);
    color: var(--color);
    margin-bottom: 1rem;
}

.mk-excerpt p:last-child {
    margin: 0;
}

.mk-excerpt p a {
    color: inherit;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    margin-top: 30px;
    font-size: 18px;
}




