// =============================================================================
// Halo Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================
@media (min-width: 1025px) {
    .footer-block__middle {
        display: flex;
        margin-left: -15px;
        margin-right: -15px;
        flex-direction: row-reverse;
    }
}
