
/**
This CSS is made to overwtrite css rules that were defined on sass meanwhile the way to re compile the sass is found.
*/

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1440px
    }
}