.mol-quote {
    @apply bg-primary-100;
    @apply py-8;
    @apply pl-11;
    @apply pr-16;
    @apply relative;

    .atm-heading,
    .atm-icon {
        @apply text-primary-700;
    }

    .atm-heading {
        @apply font-medium;
    }

    .atm-icon {
        @apply absolute;
        @apply -bottom-3;
        @apply right-2;
        font-size: 45px;
    }
}
