.redactor-styles h2 {
    font-size: 36px;
    font-weight: bold;
}

.redactor-styles h3 {
    font-size: 28px;
    font-weight: bold;
}

.redactor-styles p,
.redactor-styles ul {
    font-size: 16px;
}

.redactor-styles p.text-small {
    font-size: 14px;
}

.redactor-styles .link-element a {
    color: ##7f7196;
    text-decoration: none;
}

.redactor-styles .link-element a:before {
    position: relative;
    content: '';
    display: inline-block;
    width: 30px;
    height: 27px;
    background-image: url(/img/arrow-right-purple.svg);
    margin: 0 8px -5px 0;
}