@charset "UTF-8";
.show-on-mobile {
	display: none !important;
}
@media (min-width: 992px) {
    ul.list-arrow li {        
        width: 100% !important;
    }

    ul.list-arrow {
        -moz-column-count: 1 !important;
        -webkit-column-count: 1 !important;
        column-count: 1 !important;
    }
}

ul.special-list li {   
    width: 50% !important;
}
@media (max-width: 767px) {
	.hide-on-mobile {
	display: none;
}
	.show-on-mobile {
	display: inline !important;
}
}

