.mol-indication-step {
    @apply bg-gray-700 md:bg-white border border-gray-900 border-l-4 border-l-red px-8 pt-4 border-b-gray-100;

    .step {
        @apply text-black-500;
    }
}
