.text-quote--inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    gap: 3rem;
    p {
        font-size: 24px;
        line-height: 1.25;
        @media screen and (min-width: 768px) {
            font-size: 30px;
        }
    }
}