.citation{
    background: var(--edde-Colors-gradient-100, linear-gradient(87deg, #F2F9FC 0%, #F7FBF5 100%));
    padding: 32px 32px 32px 48px;
    position: relative;
}
.citation:before{
    content:'';
    background: var(--edde-Colors-gradient, linear-gradient(82deg, #007FC5 2.08%, #2B9DD1 34.23%, #009B73 66.37%, #5DB23C 99.48%));
    height: 100%;
    width: 16px;
    z-index: 1;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.citation .citation-text .citation-marker{
    position: absolute;
    top: 21px;
    right: 44px;
    fill: #0A86C8;
}
.citation .citation-text p{
    position: relative;
    z-index: 1;
    color: #000;
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
}
.citation .person{
    margin-top: 32px;
    display: flex;
}
.citation .person .image{
    width: 48px;
    height: 48px;
    border-radius: 24px;
    overflow: hidden;
    margin-right: 5px;
}
.citation .person .image img{
    max-width: 48px;
}
.citation .person .name{
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
}
.citation .person .position{
    color: #000;
    font-size: 18px;
    line-height: 24px;
}