.section {
    @apply flex flex-col gap-3 bg-gray-50 shadow-sm p-5 pb-1 mb-3;
}

.section .section-title {
    @apply text-[0.8em] font-semibold text-start;
}

.section .flex-container {
    @apply flex flex-wrap gap-2;
}

.section-tables-services {
    @apply max-h-[200px] overflow-auto;
}

.section-tables-information {
    @apply max-h-[400px] overflow-auto;
}
