figcaption {
    display: block;
    position: relative;
    margin: .75em 0 1.777em 1.777em !important;
    padding: 0 1em .5em 0 !important;
    font-size: 75%;
    border-bottom: 1px solid #d5d4d4 !important;
    font-style:italic !important;
}
figcaption::before {
    position: absolute;
    top: -1px;
    left: -1.777em;
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    color: #ceb888;
    content: "\f124";
    transform: rotate(45deg);
}