﻿.text-indent-0 > li 
{
    text-indent: 0;
}

@media (max-width: 767px) 
{
    .text-indent-0 > li 
    {
        text-indent: -25px;
    }
}
