/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

#footer-widgets {
    align-items:center;
}

#block-16 h2 > a {
    padding:0 10px;
}

@media screen and (max-width:768px) {
    #footer-widgets .footer-box.span_1_of_2.col.col-2 {
        align-items:center;
    }

    #footer-widgets #block-14 {
        padding-bottom:0px;
    }
}