.add-course {
    @apply bg-white border border-gray-700 text-center p-8;
    .atm-icon {
        @apply text-black-400 mb-4;
    }
    .atm-heading {
        @apply text-red;
    }
}
