.tg-mainpage-featured-quote {
justify-content: center;
}
.tg-mainpage-featured-quote::before {
content: "”";
position: absolute;
right: 0;
top: 0;
font-size: 400px;
line-height: 0.75;
opacity: var(--tg-opacity-pattern);
}
.tg-mainpage-featured-quote .tg-card-body {
margin: 1.5rem auto;
}
.tg-mainpage-featured-quote blockquote,
.tg-mainpage-featured-quote p {
margin: 0;
}
.tg-mainpage-featured-artist .tg-card-body {
display: flex;
gap: 0.75rem;
align-items: center;
}
.tg-mainpage-featured-artist-portrait {
width: 48px;
height: 48px;
border-radius: var(--tg-border-radius-circle);
overflow: hidden;
}
.tg-mainpage-featured-artist-portrait img {
width: 100%;
height: 100%;
object-fit: cover;
}