.usp-list {
    @apply p-8;

    &.white {
        @apply bg-white text-black;

        .fa-li {
            @apply w-auto text-green;
        }
    }

    &.red {
        @apply bg-red text-white;

        .fa-li {
            @apply w-auto text-white;
        }
    }
}
