﻿.reason-text {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.6;
    position: relative;
    display: block;
    margin: 0 auto;
}

    /* Opening Quote */
    .reason-text::before {
        content: "\201C";
        font-size: 6rem;
        display: block;
        line-height: 0;
        margin-bottom: 1.5rem;
        opacity: 0.15;
        color: var(--bs-primary);
        text-align: left;
    }

    /* Closing Quote */
    .reason-text::after {
        content: "\201D";
        font-size: 6rem;
        display: block;
        line-height: 0;
        margin-top: 3rem;
        opacity: 0.15;
        color: var(--bs-primary);
        text-align: right;
    }

    .reason-text p {
        display: block;
        margin-bottom: 1rem; 
        text-align: center;
    }

        .reason-text p:last-child {
            margin-bottom: 0;
        }

.tracking-widest {
    letter-spacing: 0.15em;
}

.shadow-xs {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.045);
}
