/*  Small devices (landscape phones, up to 575px ) */
@media (max-width: 575px) { 
    footer .is-layout-constrained {
        grid-column-start: 1 !important;
        grid-column-end: 12 !important;
    }
    footer .is-layout-constrained figure{
        padding: 0px 40px 0px 0;
    }
    footer .is-layout-constrained figure img{
        margin: 0 auto;
    }

    footer .is-layout-flow{
        text-align: center;
    }

    footer .wp-block-social-links{
        justify-content: center !important;
    }

    
}
/*  Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { }

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { }

/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) { }

/*  X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }

/*  XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { }

