.tbe-quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 48px;
}

.tbe-quote__text {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 45.5px;
    color: #18b7c7;
    text-align: center;
    max-width: 600px;
    margin: 0;
}

.tbe-quote__attribution {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
    color: #0b1220;
    text-align: center;
    margin: 4px 0 0;
}

.tbe-quote__source-prefix {
    font-style: italic;
}

.tbe-quote__source {
    font-weight: 700;
    font-style: normal;
}

@media (max-width: 768px) {
    .tbe-quote__text {
        font-size: 22px;
        line-height: 34px;
    }
}
