/*** tablet footer layout 3 column fix ***/
@media (min-width:768px) and (max-width:991.98px){
.site-footer .col-md-6, .site-footer .col-md-12  {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;}} 

/*** wd request to fix footer link spacing ***/
@media (max-width:575.98px){
.site-footer .custom-html-widget ul li {
    margin-bottom: 15px;}}

@media (min-width:576px) and (max-width:991.98px){
.site-footer .custom-html-widget ul li {
    margin-bottom: 20px;}}