.quote
{
    @apply relative text-center;

    .quote-inner
    {
        @apply relative p-8 z-10 bg-red-100 bg-opacity-30;

        .text
        {
            @apply mb-8;
        }

        .person
        {
            @apply text-red;
        }
    }

    .icon
    {
        @apply absolute text-red-100 text-opacity-30 bottom-0 left-1/2 transform -translate-x-1/2;
        font-size: 120px;
    }
}
