    .quoteBlock {
        background-color: #eee;
        border-left: solid 5px #461d7c;
        padding: 20px;
        color: #9aa7af;
        line-height: 20px;
        float: left;
    }

    .quoteImg {
        background-color: #461d7c;
        border-radius: 50%;
        width: 49px;
        height: 49px;
        float: left;
        margin-right: 20px;
    }

        .quoteImg i {
            color: #fff;
            width: 49px;
            height: 49px;
            line-height: 54px;
            margin-left: auto;
            margin-right: auto;
            font-size: 20px;
            text-indent: 16px;
        }