/* list-style */
.list-style-none { list-style: none !important; }
.list-style-disc { list-style: disc !important; }
.list-style-decimal { list-style: decimal !important; }

@media (min-width: 576px) {
    .list-style-sm-none { list-style: none !important; }
    .list-style-sm-disc { list-style: disc !important; }
    .list-style-sm-decimal { list-style: decimal !important; }
}

@media (min-width: 768px) {
    .list-style-md-none { list-style: none !important; }
    .list-style-md-disc { list-style: disc !important; }
    .list-style-md-decimal { list-style: decimal !important; }
}

@media (min-width: 992px) {
    .list-style-lg-none { list-style: none !important; }
    .list-style-lg-disc { list-style: disc !important; }
    .list-style-lg-decimal { list-style: decimal !important; }
}

@media (min-width: 1200px) {
    .list-style-xl-none { list-style: none !important; }
    .list-style-xl-disc { list-style: disc !important; }
    .list-style-xl-decimal { list-style: decimal !important; }
}

@media (min-width: 1400px) {
    .list-style-xxl-none { list-style: none !important; }
    .list-style-xxl-disc { list-style: disc !important; }
    .list-style-xxl-decimal { list-style: decimal !important; }
}
