.quote .elementlist > div{
align-self: center;
}
.quote .richtext .richtext{
font-size: 1.8vh;
font-size: clamp(1.5rem, 1.8vh, 3rem);
line-height: 1.2;
text-align: center;
padding: 3rem 0;
}
.quote .italic{
font-size: 1.2em;
}
.quote .elementlist,
.quote .image-wrapper,
.quote p:last-child{
margin-bottom: 0;
}
