.section-title {
    @apply flex items-center justify-between mb-5;

    &.set-border {
        @apply border-b border-border pb-5 mb-5;
    }

    .section-title-left {
        @apply flex items-center;
    }

    .section-title-right {
        @apply flex justify-end;
    }
}
