

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.container {
    width: 100% !important;
}

.footer-section-powered-by {
    text-align: right;
}

.footer-section-logo {
    text-align: left;
}

@media screen and (max-width: 991px) {
    .footer-section-powered-by {
        text-align: center;
    }

    .footer-section-logo {
        text-align: center;
    }
}














