1 2 3 4 5 6 7
.titleWrapper { @apply w-full mb-4 h-20 bg-[#C70817] rounded-none md:rounded-lg flex items-center justify-between px-4 py-1; } .title { @apply font-semibold text-xl text-white; }