.citation-custom{
    background: #1A3C8A;
    padding: 56px 0;
    display: flex;
    justify-content: center;
    margin: 80px auto;
}

.citation-custom div{
    max-width: 750px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.citation-custom figure{
    width: 72px;
    height: 72px;
}

.citation-custom figure img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.citation-custom h4{
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
    text-align: center;
    text-transform: inherit;
    margin: 21px 0 27px 0;
}

.citation-custom p{
    font-size: 14px!important;
    line-height: 100%!important;
    text-align: center;
    color: #FFFFFF!important;
    opacity: 0.6!important;
}