.btn{
    @apply h-[44px] px-6 md:px-8 inline-flex items-center max-w-full cursor-pointer;
}

.btn-primary{
    @apply bg-primary100 text-white rounded-md text-center;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.10);
}