.expert-cite {
    border: none;
    text-align: center;
    position: relative;
    padding-top: 3rem;
}
.expert-cite p {
	color: var(--dark) !important;
	font-style: italic;
}
.expert-cite img {
    width: auto;
    height: 150px;
}
.expert-cite:before {
	content: '"';
    position: absolute;
    width: 100%;
    height: 1rem;
    line-height: 6rem;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    font-size: 6rem;
    font-family: sans-serif;
    font-style: italic;
}
.expert-cite cite * {
    font-style: normal;
}
