.mol-title {
    @apply relative;
    @apply mb-2;

    &.title-underline {
        &:after {
            content: '';
            @apply absolute;
            @apply -bottom-2;
            @apply left-0;
            @apply block;
            @apply w-16 h-0.5;
            @apply bg-secondary-col-1;
        }
    }
}
