﻿.quote {
    margin: auto;
    text-align: center;
    align-items: center;
}

    .quote blockquote {
        padding: .4rem 0;
        text-align: center;
        display: contents;
        margin: 0;
    }

    .quote img + blockquote {
        text-align: left;
    }

.quote__image {
    background-color: rgb(var(--category-color-light, var(--primary-color-light)));
    border-radius: 50%;
    height: 150px;
    aspect-ratio: 1 / 1;
    margin-bottom: 1rem;
    object-fit: cover;
}

.quote__text {
    color: rgb(var(--category-color, var(--primary-color)));
    font-family: "Roboto Slab";
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0;
}

.quote__info {
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: rgb(var(--dark));
}

.quote__author {
    font-weight: 700;
}

    .quote__author + .quote__function::before, .quote__author + .quote__organisation::before {
        content: '- ';
    }
