.content-quote {
    display: inline-flex;
    width: 50%;
    background: #6c3563;
    padding: 40px 5%;
    vertical-align: top;
    align-items: center;
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 300;
    position: relative;
    float: left;
    margin-right: 5px;
}

.content-quote:before {
    content: '"';
    font-size: 100px;
    color: #4ec2bf;
    font-family: "Helvetica";
    font-weight: bold;
    position: absolute;
    top: 30px;
}

.content-highlight {
    font-size: 25px;
    line-height: 35px;
    color: #322e3b;
    font-weight: 700;
    text-align: right;
    padding-left: 5%;
    border-top: 2px solid #c6344d;
    border-bottom: 2px solid #c6344d;
    width: 40%;
    float: right;
    margin-left: 5px;
}

.content-button {
    cursor: pointer;
    background-color: #c32d2d;
    color: #ffffff;
    border: none;
    padding: 12px 20px;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    outline: none;
    text-decoration: none;
}

.content-button-outline {
    font-weight: bold;
    padding: 11px 19px;
    color: #ffffff;
    background: rgba(0,0,0,0);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 4px;
    text-decoration: none;
}

.tox-edit-area a, .mce-content-body a {
    color: #c32d2d;
    font-weight: bold;
    text-decoration: none;
}
