a {
    text-decoration: none;
    /* color: #901D77; */
}

h3,
h4 {
    font-weight: bold;
    color: #901D77;
}

.fb-header,
.fb-header:hover {
    text-decoration: none;
    color: black;
}

.richtext-image.left {
    float: left;
}

.richtext-image.right {
    float: right;
}

blockquote {
    width: 95%;
    font-size: 1.2em;
    margin: 50px auto;
    font-style: italic;
    text-align: left;
    color: #555555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 6px solid #343a40;
    line-height: 1.4;
    position: relative;
    background: #e9ecef;
}